IAxisRatesItem Property
Return information about the rates at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxes, Double) method.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
IRate this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The axis about which rate information is desired

Property Value

Type: IRate
Collection of Rate objects describing the supported rates of motion that can be supplied to the MoveAxis(TelescopeAxes, Double) method for the specified axis.

Return Value

Type: IRate
Collection of Rate objects
Remarks

The (symbolic) values for Index (TelescopeAxes) are:

  • axisPrimary 0 Primary axis (e.g., Hour Angle or Azimuth)
  • axisSecondary 1 Secondary axis (e.g., Declination or Altitude)
  • axisTertiary 2 Tertiary axis (e.g. imager rotator/de-rotator)
  • See Also