Click or drag to resize

ITelescopeV4Unpark Method

Takes telescope out of the Parked state.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
Syntax
void Unpark()
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf the method is not implemented and CanUnpark is False
NotConnectedExceptionWhen Connected is False.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
Remarks

This is an asynchronous method and Slewing must be set True while the mount is unparking and False when the operation is complete. AtPark and Slewing will be set False when the mount has unparked successfully.

ITelescopeV4 clarification - This method must act asynchronously using Slewing as the completion variable.

Revision History
DateVersionDescription
ITelescopePlatform 3.0Member added.
ITelescopeV4Platform 7.0Formally defined as operating asynchronously, see note above.
See Also