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: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
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

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

See Also