Compound Module FreeSpacePathLoss

Package: inet.physicallayer.pathloss
File: src/inet/physicallayer/pathloss/FreeSpacePathLoss.ned

(no description)

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Known subclasses:

Name Type Description
LogNormalShadowing compound module (no description)
NakagamiFading compound module (no description)
RayleighFading compound module (no description)
RicianFading compound module (no description)
TwoRayGroundReflection compound module (no description)

Parameters:

Name Type Default value Description
alpha double 2
systemLoss double 0dB

Properties:

Name Value Description
class FreeSpacePathLoss
display i=block/control

Source code:

module FreeSpacePathLoss like IPathLoss
{
    parameters:
        double alpha = default(2);
        double systemLoss @unit(dB) = default(0dB);
        @class(FreeSpacePathLoss);
        @display("i=block/control");
}