Click or drag to resize

ITelescopeV4FindHome Method

Locates the telescope's "home" position

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.0.0-rc.0+0
Syntax
void FindHome()
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf the method is not implemented and CanFindHome 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

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