LayeredScalarAnalogModel

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

LayeredScalarAnalogModel

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
ignorePartialInterference bool false

enabled means interference only partially overlapping with the signal being received is ignored, otherwise the simulation stops with an error

Properties

Name Value Description
display i=block/tunnel
class LayeredScalarAnalogModel

Source code

module LayeredScalarAnalogModel like IAnalogModel
{
    parameters:
        bool ignorePartialInterference = default(false); // enabled means interference only partially overlapping with the signal being received is ignored, otherwise the simulation stops with an error
        @display("i=block/tunnel");
        @class(LayeredScalarAnalogModel);
}

File: src/inet/physicallayer/wireless/common/analogmodel/bitlevel/LayeredScalarAnalogModel.ned