ITelescopeV4SyncToCoordinates Method
Matches the scope's equatorial coordinates to the given equatorial coordinates.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SyncToCoordinates(
double RightAscension,
double Declination
)
Sub SyncToCoordinates (
RightAscension As Double,
Declination As Double
)
void SyncToCoordinates(
double RightAscension,
double Declination
)
Parameters
- RightAscension Double
- The corrected right ascension (hours). Copied to the TargetRightAscension property.
- Declination Double
- The corrected declination (degrees, positive North). Copied to the TargetDeclination property.
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ITelescope | Platform 3.0 | Member added. |