Package: inet.physicallayer.wireless.common.pathloss
TwoRayGroundReflection
compound module(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
Name | Type | Description |
---|---|---|
FreeSpacePathLoss | compound module | (no description) |
Parameters
Name | Type | Default value | Description |
---|---|---|---|
alpha | double | 2 | |
systemLoss | double | 0dB | |
physicalEnvironmentModule | string | "physicalEnvironment" |
the path of the environment model relative to the network |
Properties
Name | Value | Description |
---|---|---|
class | TwoRayGroundReflection | |
display | i=block/control |
Source code
module TwoRayGroundReflection extends FreeSpacePathLoss { parameters: @class(TwoRayGroundReflection); string physicalEnvironmentModule = default("physicalEnvironment"); // the path of the environment model relative to the network }File: src/inet/physicallayer/wireless/common/pathloss/TwoRayGroundReflection.ned