AILDigitizer_GetBoolParameter


Gets a bool parameter of the digitizer.

Syntax

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

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