Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ScalarDependentOnServiceProvider CustomRainRate { get; set; }

Property Value

Type: ScalarDependentOnServiceProvider
Remarks
The valid range is between 0 and 0.00006944 meters per second.
See Also