Neousys_GetDigitalInput_Multiple
Gets values of all digital input channels at once on a Neousys computer.
Syntax
C++
Python
def Neousys_GetDigitalInput_Multiple( state: Neousys_State, / ) -> ( outValue0: bool, outValue1: bool, outValue2: bool, outValue3: bool, outValue4: bool, outValue5: bool, outValue6: bool, outValue7: bool, outValue8: bool, outValue9: bool, outValue10: bool, outValue11: bool, outValue12: bool, outValue13: bool, outValue14: bool, outValue15: bool )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Neousys_State | ||
![]() |
outValue0 | bool | Value to get from input channel 0 | |
![]() |
outValue1 | bool | Value to get from input channel 1 | |
![]() |
outValue2 | bool | Value to get from input channel 2 | |
![]() |
outValue3 | bool | Value to get from input channel 3 | |
![]() |
outValue4 | bool | Value to get from input channel 4 | |
![]() |
outValue5 | bool | Value to get from input channel 5 | |
![]() |
outValue6 | bool | Value to get from input channel 6 | |
![]() |
outValue7 | bool | Value to get from input channel 7 | |
![]() |
outValue8 | bool | Value to get from input channel 8 | |
![]() |
outValue9 | bool | Value to get from input channel 9 | |
![]() |
outValue10 | bool | Value to get from input channel 10 | |
![]() |
outValue11 | bool | Value to get from input channel 11 | |
![]() |
outValue12 | bool | Value to get from input channel 12 | |
![]() |
outValue13 | bool | Value to get from input channel 13 | |
![]() |
outValue14 | bool | Value to get from input channel 14 | |
![]() |
outValue15 | bool | Value to get from input channel 15 |


