Click or drag to resize

CloudFogAttenuationModelItuRP840Version6 Properties

The CloudFogAttenuationModelItuRP840Version6 type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets the model's central body.
Public propertyCloudCeiling

Gets or sets a value for the cloud ceiling, in meters. This scalar will be provided with a service provider providing ILinkService.

Note that this property is mutually exclusive with CustomLinkSubdivision, and this property cannot be used if a CustomLinkSubdivision is configured.

Public propertyCloudLayerThickness

Gets or sets a value for the cloud layer thickness, in meters. This scalar will be provided with a service provider providing ILinkService.

Note that this property is mutually exclusive with CustomLinkSubdivision, and this property cannot be used if a CustomLinkSubdivision is configured.

Public propertyCloudLiquidWaterDensity

Gets or sets the cloud liquid water density, in g/m3. 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.

Public propertyCloudTemperature

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.

Public propertyCustomAtmosphericModel

Gets or sets a custom atmospheric model to use when computing attenuation.

Note that this property is mutually exclusive with CloudTemperature and CloudLiquidWaterDensity and configuring this property will replace any configured CloudTemperature and CloudLiquidWaterDensity.

Public propertyCustomLinkSubdivision

Gets or sets a custom object which will be used to subdivide the link into sub-segments, which will then define the sample locations where the CustomAtmosphericModel will be asked to obtain atmospheric data. Atmospheric conditions are assumed constant over each sub-segment.

Note that this property is mutually exclusive with CloudCeiling and CloudLayerThickness and configuring this property will replace any configured CloudCeiling and CloudLayerThickness.

Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyMaximumAltitude
Gets the model's maximum altitude, in meters.
Top
See Also