AILDigitizer_GetStreamingStatistics


Gets AIL digitizer streaming statistics.

Syntax

C++
Python
 
def AILDigitizer_GetStreamingStatistics(
	state: AIL_DigitizerState,
	outStatistics: AILStreamingStatistics,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifierDigitizer | None = None
)
-> None

Parameters

Name Type Default Description
Input will be modified ioState AIL_DigitizerState
Input value inDeviceID AILSystemAndDeviceIdentifierDigitizer | None None Device identification.
Output value outStatistics AILStreamingStatistics Streaming statistics.