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
Input will be modified ioState Z4Sight_State
Input value inDeviceID Z4SightSystemAndDeviceIdentifier | None None Device identification.
Input value inCommandList int 1 - 2 1 I/O command list.
Output value outReferenceValue int Command list's internal counter value.