Class AxisRate
Describe a rate at which the telescope may be moved about the specified axis by the
Inheritance
System.Object
AxisRate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ES.Ascom.Alpaca.Devices
Assembly: ES.Ascom.Alpaca.Shared.dll
Syntax
public class AxisRate
Properties
| Improve this Doc View SourceMaximum
The maximum rate (degrees per second) This must always be a positive number. It indicates the maximum rate in either direction about the axis.
Declaration
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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.
Declaration
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |