Click or drag to resize

TiremPropagationModel.PropagationData Constructor

Defines a set of TIREM propagated data.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Tirem (in AGI.Foundation.Tirem.dll) Version: 25.1.421.0 (25.1.421.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,
	float fresnelClearance,
	float pathLength,
	float transmitterPathLength,
	float receiverPathLength
)

Parameters

version
Type: System.String
The version of TIREM reporting these results.
absorptionLoss
Type: System.Double
The loss due to atmospheric absorption, in dB.
diffractionLoss
Type: System.Double
The diffraction loss, in dB.
freeSpaceLoss
Type: System.Double
The free space loss, in dB.
troposcatterLoss
Type: System.Double
The troposcatter loss, in dB.
totalPathLoss
Type: System.Double
The total path loss, in dB.
propagationMode
Type: AGI.Foundation.Communications.SignalPropagation.TiremPropagationMode
The dominant propagation mode used in the propagation.
receiverAngleTroposcatterTriangle
Type: System.Double
The angle at the receiver in the troposcatter triangle, in radians.
transmitterAngleTroposcatterTriangle
Type: System.Double
The angle at the transmitter in the troposcatter triangle, in radians.
receiverHorizon
Type: System.Int32
The index of the profile point where the receiver's horizon occurs.
transmitterHorizon
Type: System.Int32
The index of the profile point where the transmitter's horizon occurs.
receiverHorizonAngle
Type: System.Double
The receiver horizon angle, in radians.
transmitterHorizonAngle
Type: System.Double
The transmitter horizon angle, in radians.
troposcatterAngle
Type: System.Double
The troposcatter angle, in radians.
fresnelClearance
Type: System.Single
The ratio of the minimum clearance of the ray path to the first Fresnel zone radius.
pathLength
Type: System.Single
Great circle path length at sea level.
transmitterPathLength
Type: System.Single
Great circle path length at transmitter antenna height.
receiverPathLength
Type: System.Single
Great circle path length at receiver antenna height.
See Also