ITrackingRates Interface

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

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public interface ITrackingRates

Properties

Count Number of DriveRates supported by the Telescope
Item Returns a specified item from the collection

Methods

Dispose Disposes of the TrackingRates object
GetEnumerator Returns an enumerator for the collection

See Also