CraneRainAttenuationModelOutagePercent 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: 25.1.421.0 (25.1.421.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
Remarks
The valid range is between 0.001 to 5.
See Also