Compound Module UWBIRStochasticPathLoss

Package: inet.physicallayer.pathloss
File: src/inet/physicallayer/pathloss/UWBIRStochasticPathLoss.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
PL0 double
muGamma double
muSigma double
sigmaGamma double
sigmaSigma double
shadowing bool

Properties:

Name Value Description
class UWBIRStochasticPathLoss
display i=block/control

Source code:

module UWBIRStochasticPathLoss like IPathLoss
{
    parameters:
        double PL0;
        double muGamma;
        double muSigma;
        double sigmaGamma;
        double sigmaSigma;
        bool shadowing;
        @class(UWBIRStochasticPathLoss);
        @display("i=block/control");
}