OpticalGainPatternPointingError Property |
Gets or sets the pointing error angle, in radians. The pointing error angle is defined as a constant offset
which is added to the off-boresight angle, when computing the gain value. The off-boresight angle is the angle
between the boresight vector and the link direction vector.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double PointingError { get; set; }
Public Property PointingError As Double
Get
Set
public:
property double PointingError {
double get ();
void set (double value);
}
member PointingError : float with get, set
Property Value
Type:
DoubleSee Also