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
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inTimer int 1 - 16 1 Timer.
Input value inEnable bool True Enable or disable the timer.