Z4Sight_ResetEncoderCounter
Resets the value of an encoder counter.
Syntax
C++
Python
def Z4Sight_ResetEncoderCounter( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inEncoder: int = 1 ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inEncoder | int | 1 - 2 | 1 | Encoder. |


