Optional

Telescope.Slewing Property

 Telescope.Slewing  (read-only, Boolean)
 
True if telescope is currently moving in response to one of the Slew methods or the MoveAxis() method, False at all other times.

Syntax

Telescope.Slewing

The property syntax has these parts:

Part Description
Value (Boolean) True if telescope is currently moving in response to one of the Slew methods or the MoveAxis() method, False at all other times.

Remarks

Reading the property will raise an error if the value is unavailable. If the telescope is not capable of asynchronous slewing, this property will always be False.

The definition of "slewing" excludes motion caused by sidereal tracking, PulseGuide(), RightAscensionRate, and DeclinationRate. It reflects only motion caused by one of the Slew commands, flipping caused by changing the SideOfPier property, or MoveAxis().