Compound Module ScalarAnalogModel

Package: inet.physicallayer.analogmodel.packetlevel
File: src/inet/physicallayer/analogmodel/packetlevel/ScalarAnalogModel.ned

This analog model computes with scalar analog power representation. In other words, the signal power does not change over time or frequency, except for the boundaries of the signal.

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.

Properties:

Name Value Description
display i=block/tunnel
class ScalarAnalogModel

Source code:

//
// This analog model computes with scalar analog power representation. In other
// words, the signal power does not change over time or frequency, except for
// the boundaries of the signal.
//
module ScalarAnalogModel like IAnalogModel
{
    parameters:
        @display("i=block/tunnel");
        @class(ScalarAnalogModel);
}