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 | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inOutput | int | 0 - 63 | 0 | Output signal. |
![]() |
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. | |
![]() |
inOutputSource | Z4SightOutputSourceValue | None | None | Sets the type of signal to route to an output signal |


