ITelescopeV3SlewToAltAz Method |
Namespace: ASCOM.DeviceInterface
| Exception | Condition |
|---|---|
| MethodNotImplementedException | If the method is not implemented and CanSlewAltAz is False |
| InvalidValueException | If an invalid azimuth or elevation is given. |
| ParkedException | If the telescope is parked |
| NotConnectedException | If the device is not connected |
| DriverException | An 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. |
The TargetRightAscension and TargetDeclination properties are not changed by this method. Raises an error if AtPark is True, or if Tracking is True. This is only available for telescope InterfaceVersions 2 and later.