Click or drag to resize

IonosphericAttenuationModelItuRP531Version13 Properties

The IonosphericAttenuationModelItuRP531Version13 type exposes the following members.

Properties
  NameDescription
Public propertyCentralBody
Gets the model's central body.
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 propertyMagneticField

Gets or sets a vector used to compute the magnetic flux density at a point.

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

Public propertyMagneticFieldStrength

Gets or sets the magnetic field strength, in tesla. This scalar will be provided with a service provider providing ILinkService.

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

Public propertyMaximumAltitude
Gets or sets the maximum altitude of the model. By default, this is 2500000.0 meters.
Public propertyMaximumFrequency
Gets or sets the maximum frequency below which the model takes effect. By default, this is 12.0e9 Hertz.
Public propertyMinimumAltitude
Gets or sets the minimum altitude of the model. By default, this is 80000.0 meters.
Public propertyMinimumFrequency
Gets or sets the minimum frequency above which the model takes effect. By default, this is 0.1e9 Hertz.
Public propertyTotalElectronContent

Gets or sets the total electron content, in electrons per square meter. This scalar will be provided with a service provider providing ILinkService.

Top
See Also