Util.UnsafeSlewToAltAz() Method

Move the scope to the given horizon-based coordinates, with sidereal tracking off. Bypass software safety limits.

Syntax

Util.UnsafeSlewToAltAz(Azimuth, Altitude)

The method syntax has these parts:

Part Description
Azimuth (Double) The desired azimuth, degrees (0-360)
Altitude (Double) The desired altitude above the horizon, degrees (0-360)
Return (Nothing) Does not return a value.

Remarks

This is used for positioning the scope to a parking location or for doing flat fields with a light source. The safety limits (horizon and tilt-up limits) are bypassed, hence the method name.