BaseReceivingAntennaExtensionTGainPattern, TAntennaSignalProcessorCrossPolarizationLeakage Property |
Gets or sets the cross polarization leakage value.
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 CrossPolarizationLeakage { get; set; }
Public Property CrossPolarizationLeakage As Double
Get
Set
public:
property double CrossPolarizationLeakage {
double get ();
void set (double value);
}
member CrossPolarizationLeakage : float with get, set
Property Value
Type:
DoubleRemarks
The cross polarization leakage is the minimum polarization efficiency possible, for example if the source
polarization is left hand circular and the receive polarization is right hand polarization. Theoretically this efficiency in this case would be 0.0, but
in practice a small amount of energy will leak through from the left hand to right hand. This value represents that leakage.
See Also