IDomeV3SlewToAzimuth Method
Ensure that the requested viewing azimuth is available for observing.
The method should not block and the slew operation should complete asynchronously.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SlewToAzimuth(
double Azimuth
)
Sub SlewToAzimuth (
Azimuth As Double
)
void SlewToAzimuth(
double Azimuth
)
Parameters
- Azimuth Double
-
Desired viewing azimuth (degrees, North zero and increasing clockwise. i.e., 90 East,
180 South, 270 West)
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| IDome | Platform 3.0 | Member added. |