Neousys_SetDigitalOutput_MultipleAsArray_Checked
Sets values to all digital output channels at once on a Neousys computer passed in an array form. Additionally, does a read-back of the values to make sure they're identical to the written values.
Syntax
C++
Python
def Neousys_SetDigitalOutput_MultipleAsArray_Checked( state: Neousys_State, inValues: list[bool], / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Neousys_State | ||
![]() |
inValues | list[bool] | Values to set to output channels; max 8 |


