Optional

Telescope.SyncToAltAz() Method

Matches the scope's local horizontal coordinates to the given local horizontal coordinates.

Syntax

Telescope.SyncToAltAz(Azimuth, Altitude)

The method syntax has these parts:

Part Description
Azimuth (Double) Target azimuth (degrees, North-referenced, positive East/clockwise)
Altitude (Double) Target altitude (degrees, positive up)
Return (Nothing) Does not return a value.

Remarks

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

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