Click or drag to resize

IDomeV2SlewToAltitude Method

Ensure that the requested viewing altitude is available for observing.

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

Parameters

Altitude
Type: SystemDouble
The desired viewing altitude (degrees, horizon zero and increasing positive to 90 degrees at the zenith)
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. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
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