ITelescopeV4SyncToAltAz Method
Matches the scope's local horizontal coordinates to the given local horizontal coordinates.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SyncToAltAz(
double Azimuth,
double Altitude
)
Sub SyncToAltAz (
Azimuth As Double,
Altitude As Double
)
void SyncToAltAz(
double Azimuth,
double Altitude
)
Parameters
- Azimuth Double
- Target azimuth (degrees, North-referenced, positive East/clockwise)
- Altitude Double
- Target altitude (degrees, positive up)
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ITelescopeV2 | Platform 4.0 | Member added. |