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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Double
See Also