AILDigitizer_GetLongParameter


Gets a long parameter of the digitizer.

Syntax

C++
Python
 
def AILDigitizer_GetLongParameter(
	state: AIL_DigitizerState,
	inParameterName: str,
	/,
	*,
	inDeviceID: AILSystemAndDeviceIdentifierDigitizer | None = None
)
-> outValue: int

Parameters

Name Type Default Description
Input will be modified ioState AIL_DigitizerState
Input value inDeviceID AILSystemAndDeviceIdentifierDigitizer | None None Device identification.
Input value inParameterName str Name of the parameter.
Output value outValue int Value of the parameter.