DAQNavi_GetDigitalInput


Returns value from digital input.

Syntax

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

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 number
Output value outValue int Output value