Click or drag to resize

TiremPropagationModelPropagationData Class

Contains the values returned from the TIREM propagation for this version of TIREM.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Communications.SignalPropagationTiremPropagationData
    AGI.Foundation.Communications.SignalPropagationTiremPropagationModelPropagationData

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class PropagationData : TiremPropagationData

The TiremPropagationModelPropagationData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAbsorptionLoss
Gets the loss due to atmospheric absorption, in dB.
(Inherited from TiremPropagationData.)
Public propertyDiffractionLoss
Gets the diffraction loss, in dB.
(Inherited from TiremPropagationData.)
Public propertyFreeSpaceLoss
Gets the free space loss, in dB.
(Inherited from TiremPropagationData.)
Public propertyFresnelClearance
Gets the ratio of the minimum clearance of the ray path to the first Fresnel zone radius.
Public propertyPathLength
Gets the great circle path length at sea level.
Public propertyPropagationMode
Gets the dominant propagation mode used in the propagation.
(Inherited from TiremPropagationData.)
Public propertyReceiverAngleTroposcatterTriangle
Gets the angle at the receiver in the troposcatter triangle, in radians.
(Inherited from TiremPropagationData.)
Public propertyReceiverHorizon
Gets the index of the profile point where the receiver's horizon occurs.
(Inherited from TiremPropagationData.)
Public propertyReceiverHorizonAngle
Gets the receiver horizon angle, in radians.
(Inherited from TiremPropagationData.)
Public propertyReceiverPathLength
Gets the great circle path length at receiver antenna height.
Public propertyTotalPathLoss
Gets the total path loss, in dB.
(Inherited from TiremPropagationData.)
Public propertyTransmitterAngleTroposcatterTriangle
Gets the angle at the transmitter in the troposcatter triangle, in radians.
(Inherited from TiremPropagationData.)
Public propertyTransmitterHorizon
Gets the index of the profile point where the transmitter's horizon occurs.
(Inherited from TiremPropagationData.)
Public propertyTransmitterHorizonAngle
Gets the transmitter horizon angle, in radians.
(Inherited from TiremPropagationData.)
Public propertyTransmitterPathLength
Gets the great circle path length at transmitter antenna height.
Public propertyTroposcatterAngle
Gets the troposcatter angle, in radians.
(Inherited from TiremPropagationData.)
Public propertyTroposcatterLoss
Gets the troposcatter loss, in dB.
(Inherited from TiremPropagationData.)
Public propertyVersion
Gets the version of TIREM reporting these results.
(Inherited from TiremPropagationData.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also