DAQNavi_SetDigitalOutputBit
Sets digital output bit to specified value.
Syntax
C++
Python
def DAQNavi_SetDigitalOutputBit( state: DAQNavi_State, inValue: bool, /, *, inDeviceID: str | None = None, inPort: int = 0, inBitId: 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 |
![]() |
inBitId | int | 0 - 8 | 0 | Bit id within the selected port |
![]() |
inValue | bool | Value to output |



