TelescopeAxes Enumeration |
The telescope axes
Only used with if the telescope interface version is 2 or 3
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax public enum TelescopeAxes
Public Enumeration TelescopeAxes
public enum class TelescopeAxes
Members
| Member name | Value | Description |
---|
| axisPrimary | 0 |
Primary axis (e.g., Right Ascension or Azimuth).
|
| axisSecondary | 1 |
Secondary axis (e.g., Declination or Altitude).
|
| axisTertiary | 2 |
Tertiary axis (e.g. imager rotator/de-rotator).
|
See Also