RainAttenuationModelItuRP838Version3CustomAtmosphericModel Property |
Gets or sets a custom atmospheric model to use when computing attenuation.
Note that this property is mutually exclusive with RainRate
and configuring this property will replace any configured RainRate value.
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 ItuRP838AtmosphericModel CustomAtmosphericModel { get; set; }
Public Property CustomAtmosphericModel As ItuRP838AtmosphericModel
Get
Set
public:
property ItuRP838AtmosphericModel^ CustomAtmosphericModel {
ItuRP838AtmosphericModel^ get ();
void set (ItuRP838AtmosphericModel^ value);
}
member CustomAtmosphericModel : ItuRP838AtmosphericModel with get, set
Property Value
Type:
ItuRP838AtmosphericModelRemarks
During evaluation, a
PropertyInvalidException is thrown if the rain rate is less than zero or greater than 6.944e-5 m/s.
See Also