ItuRF1245Version1GainPatternPolarizationAdvantage Property |
Gets or sets a value indicating whether or not to incorporate polarization advantage.
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 bool PolarizationAdvantage { get; set; }
Public Property PolarizationAdvantage As Boolean
Get
Set
public:
property bool PolarizationAdvantage {
bool get ();
void set (bool value);
}
member PolarizationAdvantage : bool with get, set
Property Value
Type:
BooleanRemarks
If this value is set to true, the gain will be computed using the equation outlined in Note 7 of the recommendation which takes account of polarization
advantage due to main lobe-to-main lobe coupling from a circularly polarized interference source into a linearly polarized ground station.
Remarks Defaults to false.
See Also