Optional

Telescope.SyncToTarget() Method

Matches the telescope's current equatorial coordinates to TargetRightAscension and TargetDeclination

Syntax

Telescope.SyncToTarget()

The method syntax has these parts:

Part Description
Return (Nothing) Does not return a value.

Remarks

This must be implemented if the CanSync property is True. Raises an error if matching fails.

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