AxisRate Class
Describe a rate at which the telescope may be moved about the specified axis by the MoveAxis(TelescopeAxes, Double) method.
Namespace: ASCOM.Common.DeviceInterfacesAssembly: ASCOM.Common (in ASCOM.Common.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public class AxisRate : IRate
Public Class AxisRate
Implements IRate
- Inheritance
- Object AxisRate
- Implements
- IRate
| 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
|
| 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.
|
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10