Z4Sight_GetCounterReferenceValue
Gets the I/O command list's internal counter value at the current moment.
Syntax
C++
Python
def Z4Sight_GetCounterReferenceValue( state: Z4Sight_State, /, *, inDeviceID: Z4SightSystemAndDeviceIdentifier | None = None, inCommandList: int = 1 ) -> outReferenceValue: int
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | Z4Sight_State | |||
![]() |
inDeviceID | Z4SightSystemAndDeviceIdentifier | None | None | Device identification. | |
![]() |
inCommandList | int | 1 - 2 | 1 | I/O command list. |
![]() |
outReferenceValue | int | Command list's internal counter value. |



