RainAttenuationModelItuRP618Version12CustomRainRate Property |
Gets or sets a custom value for the rain rate exceeded 0.01% of the time, in meters per second. By default, this property is null, and the rain rate
will be determined by the model.
This scalar will be provided with a service provider providing
ILinkService.
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 ScalarDependentOnServiceProvider CustomRainRate { get; set; }
Public Property CustomRainRate As ScalarDependentOnServiceProvider
Get
Set
public:
property ScalarDependentOnServiceProvider^ CustomRainRate {
ScalarDependentOnServiceProvider^ get ();
void set (ScalarDependentOnServiceProvider^ value);
}
member CustomRainRate : ScalarDependentOnServiceProvider with get, set
Property Value
Type:
ScalarDependentOnServiceProviderRemarks The valid range is between 0 and 0.00006944 meters per second.
See Also