Package: inet.physicallayer.wireless.common.pathloss
BreakpointPathLoss
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 |
|---|---|---|---|
| l01 | double | ||
| l02 | double | ||
| alpha1 | double | ||
| alpha2 | double | ||
| breakpointDistance | double |
Properties
| Name | Value | Description |
|---|---|---|
| class | BreakpointPathLoss |
Source code
module BreakpointPathLoss like IPathLoss { parameters: double l01; double l02; double alpha1; double alpha2; double breakpointDistance @unit(m); @class(BreakpointPathLoss); }File: src/inet/physicallayer/wireless/common/pathloss/BreakpointPathLoss.ned