Send a string comand to the telescope, returning a true/false response
Telescope.CommandBool(Command [, Raw])
The method syntax has these parts:
Part | Description |
---|---|
Command (String) | The command string to be sent to the telescope |
Raw (Boolean) | Bypass any delimiters or framing around the command (optional, default = False) |
Return (Boolean) | True if the response indicated true or success, else False. |
Raises an error if there is a problem communicating with the telescope.
The returned value is the Automation-compatible Boolean type, True or False. It is the responsibility of the driver implementing this interface to translate raw response data to True/False values for return. If you want to see the raw response string, see CommandString().