Click or drag to resize

CloudFogAttenuationModelItuRP840Version6CloudTemperature Property

Gets or sets the cloud temperature, in kelvin. 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.1.418.0 (24.1.418.0)
Syntax
public ScalarDependentOnServiceProvider CloudTemperature { get; set; }

Property Value

Type: ScalarDependentOnServiceProvider
Exceptions
ExceptionCondition
InvalidOperationException Thrown when a CustomAtmosphericModel has been configured.
Remarks
During evaluation, a PropertyInvalidException is thrown if the cloud temperature is less than 173.15 or greater than 373.15 K.
See Also