DomeSlewToAltitude Method |
Ensure that the requested viewing altitude is available for observing.
Namespace:
ASCOM.DriverAccess
Assembly:
ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxpublic void SlewToAltitude(
double Altitude
)
Public Sub SlewToAltitude (
Altitude As Double
)
public:
virtual void SlewToAltitude(
double Altitude
) sealed
Parameters
- Altitude
- Type: SystemDouble
The desired viewing altitude (degrees, horizon zero and increasing positive to 90 degrees at the zenith)
Implements
IDomeV2SlewToAltitude(Double)
Exceptions
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