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
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 inValue int 0 - 255 Value to output