Neousys_SetDigitalOutput_Multiple_Checked
Sets values to all digital output channels at once on a Neousys computer. Additionally, does a read-back of the values to make sure they're identical to the written values.
Syntax
C++
Python
def Neousys_SetDigitalOutput_Multiple_Checked( state: Neousys_State, /, *, inValue0: bool = False, inValue1: bool = False, inValue2: bool = False, inValue3: bool = False, inValue4: bool = False, inValue5: bool = False, inValue6: bool = False, inValue7: bool = False, inValue8: bool = False, inValue9: bool = False, inValue10: bool = False, inValue11: bool = False, inValue12: bool = False, inValue13: bool = False, inValue14: bool = False, inValue15: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Neousys_State | ||
![]() |
inValue0 | bool | False | Value to set to output channel 0 |
![]() |
inValue1 | bool | False | Value to set to output channel 1 |
![]() |
inValue2 | bool | False | Value to set to output channel 2 |
![]() |
inValue3 | bool | False | Value to set to output channel 3 |
![]() |
inValue4 | bool | False | Value to set to output channel 4 |
![]() |
inValue5 | bool | False | Value to set to output channel 5 |
![]() |
inValue6 | bool | False | Value to set to output channel 6 |
![]() |
inValue7 | bool | False | Value to set to output channel 7 |
![]() |
inValue8 | bool | False | Value to set to output channel 8 |
![]() |
inValue9 | bool | False | Value to set to output channel 9 |
![]() |
inValue10 | bool | False | Value to set to output channel 10 |
![]() |
inValue11 | bool | False | Value to set to output channel 11 |
![]() |
inValue12 | bool | False | Value to set to output channel 12 |
![]() |
inValue13 | bool | False | Value to set to output channel 13 |
![]() |
inValue14 | bool | False | Value to set to output channel 14 |
![]() |
inValue15 | bool | False | Value to set to output channel 15 |


