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