IDomeV3SyncToAzimuth Method
Synchronize the current position of the dome to the given azimuth.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SyncToAzimuth(
double Azimuth
)
Sub SyncToAzimuth (
Azimuth As Double
)
void SyncToAzimuth(
double Azimuth
)
Parameters
- Azimuth Double
-
Target 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. |