Required

Telescope.AtPark Property

 Telescope.AtPark  (read-only, Boolean)
 
True if the telescope has been put into the parked state by the Park() method. Set False by calling the Unpark() method.

Syntax

Telescope.AtPark

The property syntax has these parts:

Part Description
Value (Boolean) True if the telescope has been put into the parked state by the Park() method. Set False by calling the Unpark() method.

Remarks

AtPark is True when the telescope is in the parked state. This is achieved by calling the Park method. When AtPark is true, the telescope movement is stopped (or restricted to a small safe range of movement) and all calls that would cause telescope movement (e.g. slewing, changing Tracking state) must not do so, and must raise an error. The telescope is taken out of parked state by calling the Unpark() method. If the telescope cannot be parked, then AtPark must always return False.