* This attribute reports the present user sky offset(radians) commanded for the azimuth. Offset can be reset by calling <i>setup</i> or esplicitly by calling the
* <i>setHorizontalOffsets()</i> method. The offset can be laso changed by the <i>startScan()</i> method.
*/
readonly attribute ACS::ROdouble azimuthOffset;
//readonly attribute ACS::ROdouble azimuthOffset;
/**
* This attribute reports the present user offset(radians) commanded for the elevation.
* This attribute reports the raw azimuth in radians. Raw coordinates are coordinates with all the correction required as
* the pointing model or refraction. The coordinate reported here refers to the current time.
@@ -554,23 +581,31 @@ module Antenna {
/**
* This method is used to add user offset to the current pointing of the antenna. The offset will be added in the given frame.
* A call to <i>startScan</i> could overwrite the offset given by this command. In case a new tracking is started (either changing the generator or not) the offsets are not reset.
* An offset given for a frame will also cause the offsets relatve to other frames to be cleared.
* Depending on the particular generator the offsets could be ignored. In taht case ar error is thrown. The longitude is sky offset so it will be corrected for the cosine of latitude.
* The values can be read back from the <i>azimuthOffset</i> , <i>elevationOffset</i>, <i>rightAscensionOffset</i>, <i>declinationOffset</i>, <i>longitudeOffset</i> and <i>latitudeOffset</i>
* attributes accordingly.
* A call to <i>startScan</i> could override the offset given by this command (under the control of the schedule).
* In case a new tracking is started (either changing the generator or not) the offsets are not reset.
* The longitude is sky offset so it will be corrected for the cosine of latitude.
* @throw CORBA::SystemException
* @throw AntennaErrors::AntennaErrorsEx
* @throw ComponentErrors::ComponentErrorsEx
* @arg \c ComponentErrors::UnexpectedEx
* @arg \c ComponentErrors::CORBAProblemEx
* @param lonOff new offset to be added to the azimuth (radians)
* @param latOff new offset to be added to the elevation (radians)
* @param lonOff new offset to be added to the longitude (radians)
* @param latOff new offset to be added to the latitude (radians)