Compound Module SUIPathLoss

Package: inet.physicallayer.pathloss
File: src/inet/physicallayer/pathloss/SUIPathLoss.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.

Parameters:

Name Type Default value Description
transmitterAntennaHeight double
receiverAntennaHeight double

Properties:

Name Value Description
class SUIPathLoss
display i=block/control

Source code:

module SUIPathLoss like IPathLoss
{
    parameters:
        @class(SUIPathLoss);
        @display("i=block/control");
        double transmitterAntennaHeight @unit(m);
        double receiverAntennaHeight @unit(m);
}