IDomeV2SlewToAltitude Method |
Ensure that the requested viewing altitude is available for observing.
Namespace:
ASCOM.DeviceInterface
Assembly:
ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntaxvoid SlewToAltitude(
double Altitude
)
Sub SlewToAltitude (
Altitude As Double
)
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
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