SUIPathLoss

Package: inet.physicallayer.pathloss

SUIPathLoss

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
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);
}
File: src/inet/physicallayer/pathloss/SUIPathLoss.ned