Getting Started:
Python API:
ExternalTool
ExternalTool.get_commandeer()
ExternalTool.request_commandeer()
ExternalTool.set_commandeer()
Class containing various functions for controlling the external tool.
Returns the current status on commandeer: True if enabled, False otherwise.
Requests for the current status on commandeer.
Sets the communication mode of the external tool to either manual or commandeer.
enabled (bool) – Determines whether a request to enable commandeer or disable it should be sent. True = enable commandeer, False = disable.