Click or drag to resize

DomeSlewToAltitude Method

Ensure that the requested viewing altitude is available for observing.

Namespace:  ASCOM.DriverAccess
Assembly:  ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public void SlewToAltitude(
	double Altitude
)

Parameters

Altitude
Type: SystemDouble
The desired viewing altitude (degrees, horizon zero and increasing positive to 90 degrees at the zenith)

Implements

IDomeV2SlewToAltitude(Double)
Exceptions
ExceptionCondition
MethodNotImplementedExceptionIf the method is not implemented
InvalidValueExceptionIf the supplied altitude is out of range.
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. The device did not successfully complete the request.
Remarks
The requested altitude should be interpreted by the driver as the position on the sky that the observer wishes to observe. The driver has detailed knowledge of the physical structure and must coordinate shutters, roofs or clamshell segments to open an aperture on the sky that satisfies the observer's request.
See Also