AILDigitizer_GetDoubleParameter


Gets a double parameter of the digitizer.

Syntax

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

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 float Value of the parameter.