True if the telescope can be controlled about the specified axis via the MoveAxis() method.
Telescope.CanMoveAxis(Axis)
The method syntax has these parts:
| Part | Description |
|---|---|
| Axis (TelescopeAxes) | The identifier for the axis to be tested |
| Return (Boolean) | True if the telescope can be controlled about the specified axis via the MoveAxis() method. |
The (symbolic) values for TelescopeAxes are:
| Constant | 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) |