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
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inStart int 0 - 63 Index of first input port.
Input value inEnd int 0 - 63 Index of last input port.
Output value outLevels list[bool] Logic levels of the I/Os.