RainAttenuationModelItuRP618 Constructor (ItuRP618RainAttenVersion) |
Constructs version 9 of the ITU-R P.618 model.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 19.1.398.0 (19.1.398.0)
Syntaxpublic RainAttenuationModelItuRP618(
ItuRP618RainAttenVersion requestedVersion
)
Public Sub New (
requestedVersion As ItuRP618RainAttenVersion
)
public:
RainAttenuationModelItuRP618(
ItuRP618RainAttenVersion requestedVersion
)
new :
requestedVersion : ItuRP618RainAttenVersion -> RainAttenuationModelItuRP618
Parameters
- requestedVersion
- Type: AGI.Foundation.Communications.SignalPropagationItuRP618RainAttenVersion
An enumeration specifying the desired version of the ITU-R P.618 model.
See Also