AILSystem_GetCounterReferenceValue


Gets the I/O command list's internal counter value at the current moment.

Syntax

C++
Python
 
def AILSystem_GetCounterReferenceValue(
	state: AILSystem_State,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifier | None = None,
	inCommandList: int = 1
)
-> outReferenceValue: int

Parameters

Name Type Range Default Description
Input will be modified ioState AILSystem_State
Input value inDeviceID AILSystemAndDeviceIdentifier | 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.