Click or drag to resize

TiremPropagationModelPropagationData 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,
	float fresnelClearance,
	float pathLength,
	float transmitterPathLength,
	float receiverPathLength
)

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.
fresnelClearance
Type: SystemSingle
The ratio of the minimum clearance of the ray path to the first Fresnel zone radius.
pathLength
Type: SystemSingle
Great circle path length at sea level.
transmitterPathLength
Type: SystemSingle
Great circle path length at transmitter antenna height.
receiverPathLength
Type: SystemSingle
Great circle path length at receiver antenna height.
See Also