Neousys_GetDigitalInput_MultipleAsArray


Gets values of all digital input channels at once on a Neousys computer passed in an array form.

Syntax

C++
Python
 
def Neousys_GetDigitalInput_MultipleAsArray(
	state: Neousys_State,
	/
)
-> outValues: list[bool]

Parameters

Name Type Default Description
Input will be modified ioState Neousys_State
Output value outValues list[bool] Values to get from input channels (16 items)