DAQNavi_SetDigitalOutput
Sets digital output value.
Syntax
C++
Python
def DAQNavi_SetDigitalOutput( state: DAQNavi_State, inValue: int, /, *, inDeviceID: str | None = None, inPort: int = 0 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | DAQNavi_State | |||
![]() |
inDeviceID | str | None | None | Description or index of device | |
![]() |
inPort | int | 0 - +![]() |
0 | Port used for outputting data |
![]() |
inValue | int | 0 - 255 | Value to output |



