Click or drag to resize

TiremPropagationModel3_18PropagationData Class

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

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 TiremPropagationModel3_18PropagationData 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 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 propertyShadow
Gets the Fresnel shadowing parameter.
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 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