ITelescope |
Exception | Condition |
---|---|
MethodNotImplementedException | If the method is not implemented |
ParkedException | If the telescope is parked |
NotConnectedException | If the device is not connected |
DriverException | An error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself. |
ITelescopeV4 Behaviour Clarification - Historically this method could operate synchronously or asynchronously with Slewing = indicating that movement had ceased. In ITelescopeV4 and later, AbortSlew is required to operate asynchronously using Slewing as the completion property. Synchronous behaviour is no longer supported and will be flagged as an issue by Conform Universal.
Date | Version | Description |
---|---|---|
ITelescope | Platform 3.0 | Member added. |
ITelescopeV4 | Platform 7.0 | AbortSlew must behave asynchronously, see note above. |