IAxisRates Interface

A collection of rates at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxis, Double) method. This is only used if the telescope interface version is 2 or 3

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public interface IAxisRates

Remarks

See the description of the MoveAxis(TelescopeAxis, Double) method for more information.

This method must return an empty collection if MoveAxis(TelescopeAxis, Double) is not supported.

The values used in IRate members must be non-negative; forward and backward motion is achieved by the application applying an appropriate sign to the returned IRate values in the MoveAxis(TelescopeAxis, Double) command.

Properties

Count Number of items in the returned collection
Item Return information about the rates at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxis, Double) method.

Methods

Dispose Disposes of the object and cleans up
GetEnumerator Returns an enumerator for the collection

Version Information

.NET Standard

Supported in: 2.0

See Also