Click or drag to resize

RainAttenuationModelItuRP838Version3 Properties

The RainAttenuationModelItuRP838Version3 type exposes the following members.

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

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.

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 RainHeight and configuring this property will replace any configured RainHeight value.

Public propertyDefaultTauAngle
Gets or sets the default tau angle. This is the value used in case the transmitted signal is not polarized.
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 propertyRainHeight

Gets or sets a value for the rain height, 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 propertyRainRate

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.

Top
See Also