Click or drag to resize

TiremPropagationData Class

Contains the values returned from the TIREM propagation. Subclasses may contain additional data produced by the specific implementation of TIREM being used.
Inheritance Hierarchy

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 class TiremPropagationData

The TiremPropagationData type exposes the following members.

Constructors
  NameDescription
Public methodTiremPropagationData
Defines a set of TIREM propagated data.
Top
Properties
  NameDescription
Public propertyAbsorptionLoss
Gets the loss due to atmospheric absorption, in dB.
Public propertyDiffractionLoss
Gets the diffraction loss, in dB.
Public propertyFreeSpaceLoss
Gets the free space loss, in dB.
Public propertyPropagationMode
Gets the dominant propagation mode used in the propagation.
Public propertyReceiverAngleTroposcatterTriangle
Gets the angle at the receiver in the troposcatter triangle, in radians.
Public propertyReceiverHorizon
Gets the index of the profile point where the receiver's horizon occurs.
Public propertyReceiverHorizonAngle
Gets the receiver horizon angle, in radians.
Public propertyTotalPathLoss
Gets the total path loss, in dB.
Public propertyTransmitterAngleTroposcatterTriangle
Gets the angle at the transmitter in the troposcatter triangle, in radians.
Public propertyTransmitterHorizon
Gets the index of the profile point where the transmitter's horizon occurs.
Public propertyTransmitterHorizonAngle
Gets the transmitter horizon angle, in radians.
Public propertyTroposcatterAngle
Gets the troposcatter angle, in radians.
Public propertyTroposcatterLoss
Gets the troposcatter loss, in dB.
Public propertyVersion
Gets the version of TIREM reporting these results.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also