Matches the scope's equatorial coordinates to the given equatorial coordinates.
Telescope.SyncToCoordinates(RightAscension, Declination)
The method syntax has these parts:
Part | Description |
---|---|
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. |
Return (Nothing) | Does not return a value. |
Raises an error if AtPark is True, or if Tracking is False.