RainAttenuationModelItuRP618Version10OutagePercent 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: 23.1.416.0 (23.1.416.0)
Syntaxpublic 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:
Double
RemarksThe valid range is between 0% and 5%.
See Also