Optional

Telescope.SyncToCoordinates() Method

Matches the scope's equatorial coordinates to the given equatorial coordinates.

Syntax

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.

Remarks

This must be implemented if the CanSync property is True. Sets TargetRightAscension to the given right ascension, and TargetDeclination to the given declination. Raises an error if matching fails.

Raises an error if AtPark is True, or if Tracking is False.