CosineSquaredPedestalCircularApertureGainPatternPedestalLevel Property |
Gets or sets the pedestal level. The pedestal level must be greater than 0.0 and less than or equal to 1.0.
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 PedestalLevel { get; set; }
Public Property PedestalLevel As Double
Get
Set
public:
property double PedestalLevel {
double get ();
void set (double value);
}
member PedestalLevel : float with get, set
Property Value
Type:
DoubleRemarks Defaults to a value of 1.0e-10.
See Also