Click or drag to resize

DomeAzimuth Property

The dome azimuth (degrees, North zero and increasing clockwise, i.e., 90 East, 180 South, 270 West). North is true north and not magnetic north.

Namespace: ASCOM.DriverAccess
Assembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntax
public double Azimuth { get; }

Property Value

Double

Implements

IDomeV3Azimuth
Exceptions
ExceptionCondition
PropertyNotImplementedExceptionIf the property is not implemented
NotConnectedExceptionIf the device is not connected.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
Remarks

The specified azimuth is the position on the sky that the observer wishes to observe. It is up to the driver to determine how best to locate the dome in order to expose that part of the sky to the telescope. This means that the mechanical position to which the Dome moves may not correspond exactly to requested observing azimuth because the driver must coordinate multiple shutters, clamshell segments or roof mechanisms to provide the required aperture on the sky.

Raises an error only if no azimuth control. If actual dome azimuth can not be read, then reports back the azimuth of the last slew position.

The supplied azimuth value is the final azimuth for the dome, not the telescope azimuth. ASCOM Dome drivers do not perform slaving calculations i.e. they do not take account of mount geometry and simply move where they are instructed. Any such slaving calculations must be done by the application.

See Also