Neousys_GetDigitalInput_Single


Gets value of single digital input channel on a Neousys computer.

Syntax

C++
Python
 
def Neousys_GetDigitalInput_Single(
	state: Neousys_State,
	inChannel: int,
	/
)
-> outValue: bool

Parameters

Name Type Range Default Description
Input will be modified ioState Neousys_State
Input value inChannel int 0 - 15 Desired input channel identifier
Output value outValue bool Value to get from desired input channel