ITelescopeV3TrackingRates Property
Returns a collection of supported DriveRates values that describe the permissible values of the TrackingRate property for this telescope type.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
ITrackingRates TrackingRates { get; }

Property Value

Type: ITrackingRates
Remarks

Must be implemented and must not throw a PropertyNotImplementedException.

At a minimum, this must contain an item for driveSidereal.

This is only available for telescope InterfaceVersions 2 and 3

See Also