Click or drag to resize

TiremPropagationModel3_18PropagationData Constructor

Defines a set of TIREM propagated data.

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 PropagationData(
	string version,
	double absorptionLoss,
	double diffractionLoss,
	double freeSpaceLoss,
	double troposcatterLoss,
	double totalPathLoss,
	TiremPropagationMode propagationMode,
	double receiverAngleTroposcatterTriangle,
	double transmitterAngleTroposcatterTriangle,
	int receiverHorizon,
	int transmitterHorizon,
	double receiverHorizonAngle,
	double transmitterHorizonAngle,
	double troposcatterAngle,
	double shadow
)

Parameters

version
Type: SystemString
The version of TIREM reporting these results.
absorptionLoss
Type: SystemDouble
The loss due to atmospheric absorption, in dB.
diffractionLoss
Type: SystemDouble
The diffraction loss, in dB.
freeSpaceLoss
Type: SystemDouble
The free space loss, in dB.
troposcatterLoss
Type: SystemDouble
The troposcatter loss, in dB.
totalPathLoss
Type: SystemDouble
The total path loss, in dB.
propagationMode
Type: AGI.Foundation.Communications.SignalPropagationTiremPropagationMode
The dominant propagation mode used in the propagation.
receiverAngleTroposcatterTriangle
Type: SystemDouble
The angle at the receiver in the troposcatter triangle, in radians.
transmitterAngleTroposcatterTriangle
Type: SystemDouble
The angle at the transmitter in the troposcatter triangle, in radians.
receiverHorizon
Type: SystemInt32
The index of the profile point where the receiver's horizon occurs.
transmitterHorizon
Type: SystemInt32
The index of the profile point where the transmitter's horizon occurs.
receiverHorizonAngle
Type: SystemDouble
The receiver horizon angle, in radians.
transmitterHorizonAngle
Type: SystemDouble
The transmitter horizon angle, in radians.
troposcatterAngle
Type: SystemDouble
The troposcatter angle, in radians.
shadow
Type: SystemDouble
The Fresnel shadowing parameter.
See Also