IDomeV2SlewToAltitude Method |
Slew the dome to the given altitude position.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax void SlewToAltitude(
double Altitude
)
Sub SlewToAltitude (
Altitude As Double
)
void SlewToAltitude(
double Altitude
)
Parameters
- Altitude
- Type: SystemDouble
Target dome altitude (degrees, horizon zero and increasing positive to 90 zenith)
Exceptions Exception | Condition |
---|
MethodNotImplementedException | If the method is not implemented |
InvalidValueException | If the supplied altitude is outside the range 0..90 degrees. |
Remarks
Raises an error if
Slaved is True, if not supported, if a communications failure occurs, or if the dome can not reach indicated altitude.
See Also