Neousys_SetDigitalOutput_Single_Checked
Sets value to single digital output channel on a Neousys computer. Additionally, does a read-back of the value to make sure it's identical to the written value.
Syntax
C++
Python
def Neousys_SetDigitalOutput_Single_Checked( state: Neousys_State, inChannel: int, inValue: bool, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Neousys_State | |||
![]() |
inChannel | int | 0 - 15 | Desired output channel identifier | |
![]() |
inValue | bool | Value to set to desired output channel |


