ScalarMediumAnalogModel

Package: inet.physicallayer.wireless.common.analogmodel.scalar

ScalarMediumAnalogModel

compound module

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.

Inheritance diagram

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

Extends

Name Type Description
Module compound module

Base module for all INET compound modules.

Parameters

Name Type Default value Description
displayStringTextFormat string ""

Determines the text that is written on top of the submodule, supports displaying pars, watches, and module-specific information

ignorePartialInterference bool false

Enabled means interference that only partially overlaps with the signal being received is ignored; otherwise, the simulation stops with an error

Properties

Name Value Description
class ScalarMediumAnalogModel
display i=block/tunnel

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 ScalarMediumAnalogModel extends Module like IMediumAnalogModel
{
    parameters:
        bool ignorePartialInterference = default(false); // Enabled means interference that only partially overlaps with the signal being received is ignored; otherwise, the simulation stops with an error
        @display("i=block/tunnel");
        @class(ScalarMediumAnalogModel);
}

File: src/inet/physicallayer/wireless/common/analogmodel/scalar/ScalarMediumAnalogModel.ned