Click or drag to resize

TiremPropagationModel3_18MaximumAltitude Property

Gets the model's maximum altitude. The maximum altitude for the TIREM propagation model is 30 km.

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 double MaximumAltitude { get; }

Property Value

Type: Double
Remarks
The TIREM model is only valid up to 30 Kilometers. If any portion of the signal is above the maximum value, the TIREM model is not used. This SignalPropagator will only calculate TIREM loss for those portions of the signal that are below the maximum altitude.
See Also