CloudFogAttenuationModelItuRP840Version6CustomAtmosphericModel Property |
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 ItuRP840AtmosphericModel CustomAtmosphericModel { get; set; }
Public Property CustomAtmosphericModel As ItuRP840AtmosphericModel
Get
Set
public:
property ItuRP840AtmosphericModel^ CustomAtmosphericModel {
ItuRP840AtmosphericModel^ get ();
void set (ItuRP840AtmosphericModel^ value);
}
member CustomAtmosphericModel : ItuRP840AtmosphericModel with get, set
Property Value
Type:
ItuRP840AtmosphericModelRemarks
During evaluation, a
PropertyInvalidException is thrown if the cloud temperature is less than 173.15 or greater than 373.15 K,
or if the cloud liquid water density is less than zero or greater than 100 g/m
3.
See Also