TiremPropagationModelMaximumAltitude 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.2.419.0 (24.2.419.0)
Syntax public double MaximumAltitude { get; }
Public ReadOnly Property MaximumAltitude As Double
Get
public:
property double MaximumAltitude {
double get ();
}
member MaximumAltitude : float with get
Property Value
Type:
DoubleRemarks
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