AxisRate Class

Describe a rate at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxes, Double) method.

Definition

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public class AxisRate : IRate
Inheritance
Object    AxisRate
Implements
IRate

Constructors

AxisRate Create a new AxisRate object with minimum and maximum rates set to 0.0
AxisRate(Double, Double) Create a new AxisRate object with the specified minimum and maximum rates

Properties

Maximum The maximum rate (degrees per second) This must always be a positive number. It indicates the maximum rate in either direction about the axis.
Minimum The minimum rate (degrees per second) This must always be a positive number. It indicates the maximum rate in either direction about the axis.

Methods

DisposeReleases all resources used by the AxisRate
ToString Return the minimum and maximum values as a string
(Overrides ObjectToString)

Version Information

.NET Standard

Supported in: 2.0

See Also