Z4Sight_GetAllInputLevels
Gets the state of all the inputs on the device.
Syntax
C++
Python
def Z4Sight_GetAllInputLevels( state: Z4Sight_State, inStart: int, inEnd: int, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None ) -> outLevels: list[bool]
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inStart | int | 0 - 63 | Index of first input port. | |
![]() |
inEnd | int | 0 - 63 | Index of last input port. | |
![]() |
outLevels | list[bool] | Logic levels of the I/Os. |



