ITelescopeV3DeclinationRate Property |
Namespace: ASCOM.DeviceInterface
Exception | Condition |
---|---|
PropertyNotImplementedException | If DeclinationRate Write is not implemented. |
InvalidValueException | If an invalid DeclinationRate is specified |
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. |
DeclinationRate Read must be implemented and must not throw a PropertyNotImplementedException.
DeclinationRate Write can throw a PropertyNotImplementedException.
This property, together with RightAscensionRate, provides support for "offset tracking". Offset tracking is used primarily for tracking objects that move relatively slowly against the equatorial coordinate system. It also may be used by a software guiding system that controls rates instead of using the PulseGuide method.NOTES:
This is not a required feature of this specification, however it is desirable.