Neousys_SetDigitalOutput_MultipleAsArray
Sets values to all digital output channels at once on a Neousys computer passed in an array form.
Syntax
C++
Python
def Neousys_SetDigitalOutput_MultipleAsArray( 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 16 |


