Z4Sight_EnableTimer
Enables or disables the timer.
Syntax
C++
Python
def Z4Sight_EnableTimer( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inTimer: int = 1, inEnable: bool = True ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inTimer | int | 1 - 16 | 1 | Timer. |
![]() |
inEnable | bool | True | Enable or disable the timer. |


