Z4Sight_SetOutputLevel
Sets output signal level.
Syntax
C++
Python
def Z4Sight_SetOutputLevel( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inOutput: int = 0, inLevel: bool = False, inForceUserOutputSource: bool = False ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inOutput | int | 0 - 63 | 0 | Output signal. |
![]() |
inLevel | bool | False | Logic level of the output signal. | |
![]() |
inForceUserOutputSource | bool | False | Whether to set the output source to user bit or not. |


