Package: inet.physicallayer.wireless.common.pathloss
TwoRayInterference
compound module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| epsilon_r | double | 1.02 | |
| polarization | string | "horizontal" |
Properties
| Name | Value | Description |
|---|---|---|
| class | TwoRayInterference | |
| display | i=block/control |
Source code
module TwoRayInterference like IPathLoss { parameters: @class(TwoRayInterference); @display("i=block/control"); double epsilon_r = default(1.02); string polarization = default("horizontal"); }File: src/inet/physicallayer/wireless/common/pathloss/TwoRayInterference.ned