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 | |
|---|---|---|---|---|
![]() |
ioState | AIL_DigitizerState | ||
![]() |
inDeviceID | AILSystemAndDeviceIdentifierDigitizer | None | None | Device identification. |
![]() |
inCommandName | str | Name of the command. |


