Neousys_GetDigitalInput_Single
Gets value of single digital input channel on a Neousys computer.
Syntax
C++
Python
def Neousys_GetDigitalInput_Single( state: Neousys_State, inChannel: int, / ) -> outValue: bool
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Neousys_State | |||
![]() |
inChannel | int | 0 - 15 | Desired input channel identifier | |
![]() |
outValue | bool | Value to get from desired input channel |



