ITelescopeV4SlewToCoordinates Method
Move the telescope to the given equatorial coordinates, return when slew is complete
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SlewToCoordinates(
double RightAscension,
double Declination
)
Sub SlewToCoordinates (
RightAscension As Double,
Declination As Double
)
void SlewToCoordinates(
double RightAscension,
double Declination
)
Parameters
- RightAscension Double
- The destination right ascension (hours). Copied to TargetRightAscension.
- Declination Double
- The destination declination (degrees, positive North). Copied to TargetDeclination.
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. |
| ITelescopeV4 | Platform 7.0 | Synchronous slewing is deprecated, see note above. |