Show / Hide Table of Contents

Class AxisRate

Describe a rate at which the telescope may be moved about the specified axis by the MoveAxis command.

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 Source

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.

Declaration
public double Maximum { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX