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 | |
|---|---|---|---|---|
![]() |
ioState | Neousys_State | ||
![]() |
outValues | list[bool] | Values to get from input channels (16 items) |


