Required

Telescope.CanMoveAxis() Method

True if the telescope can be controlled about the specified axis via the MoveAxis() method.

Syntax

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.

Remarks

See the description of MoveAxis() for more information.

Symbolic Constants

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)