AILDigitizer_ExecuteCommand


Executes command to the digitizer.

Syntax

C++
Python
 
def AILDigitizer_ExecuteCommand(
	state: AIL_DigitizerState,
	inCommandName: str,
	/,
	*,
	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.
Input value inCommandName str Name of the command.