RainAttenuationModelItuRP618Version12OutagePercent Property |
Gets or sets the rain outage percent value, as a decimal.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double OutagePercent { get; set; }
Public Property OutagePercent As Double
Get
Set
public:
property double OutagePercent {
double get ();
void set (double value);
}
member OutagePercent : float with get, set
Property Value
Type:
DoubleRemarks The valid range is between 0% and 5%.
See Also