DAQNavi_GetDigitalOutputBit


Gets digital output bit value.

Syntax

C++
Python
 
def DAQNavi_GetDigitalOutputBit(
	state: DAQNavi_State,
	/,
	*,
	inDeviceID: str | None = None,
	inPort: int = 0,
	inBitId: int = 0
)
-> outValue: bool

Parameters

Name Type Range Default Description
Input will be modified ioState DAQNavi_State
Input value inDeviceID str | None None Description or index of device
Input value inPort int 0 - + 0 Port used for outputting data
Input value inBitId int 0 - 8 0 Bit id within the selected port
Output value outValue bool Value to output