Z4Sight_EnableEncoder


Enables or disables the encoder.

Syntax

C++
Python
 
def Z4Sight_EnableEncoder(
	state: Z4Sight_State,
	/,
	*,
	inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None,
	inEncoder: 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 inEncoder int 1 - 2 1 Encoder.
Input value inEnable bool True Enable or disable the timer.