IDomeV2AtPark Property
True if the dome is in the programmed park position.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
bool AtPark { get; }

Property Value

Type: Boolean
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf the property is not implemented
Remarks
Set only following a Park operation and reset with any slew operation. Raises an error if not supported.
See Also