Z4Sight_ConfigureDigitalOutput


Configures digital output.

Syntax

C++
Python
 
def Z4Sight_ConfigureDigitalOutput(
	state: Z4Sight_State,
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inOutput: int = 0,
	inInvert: bool | None = None,
	inOutputSource: Z4SightOutputSourceValue | None = None
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inOutput int 0 - 63 0 Output signal.
Input value inInvert bool | None None Sets whether the specified I/O signal should be inverted. This causes the low portion of the signal (the delay period) to be high and the high portion of the signal (the active portion) to be low.
Input value inOutputSource Z4SightOutputSourceValue | None None Sets the type of signal to route to an output signal