RainAttenuationModelItuRP838Version3RainRate Property |
Gets or sets a custom value for the rain rate, in m/s.
This scalar will be provided with a service provider providing ILinkService.
Note that this property is mutually exclusive with CustomAtmosphericModel,
and this property cannot be used if a CustomAtmosphericModel is configured.
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 RainRate { get; set; }
Public Property RainRate As ScalarDependentOnServiceProvider
Get
Set
public:
property ScalarDependentOnServiceProvider^ RainRate {
ScalarDependentOnServiceProvider^ get ();
void set (ScalarDependentOnServiceProvider^ value);
}
member RainRate : ScalarDependentOnServiceProvider with get, set
Property Value
Type:
ScalarDependentOnServiceProviderExceptions Remarks
During evaluation, a
PropertyInvalidException is thrown if the rain rate is less than zero or greater than 6.944e-5 m/s.
See Also