ScalarTransmitterAnalogModel
Package: inet.physicallayer.wireless.common.analogmodel.scalar
ScalarTransmitterAnalogModel
compound module(no description)
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 |
| power | double | nan W |
Default power |
| centerFrequency | double | nan Hz |
Default center frequency |
| bandwidth | double | nan Hz |
Default bandwidth |
Properties
| Name | Value | Description |
|---|---|---|
| class | ScalarTransmitterAnalogModel | |
| display | i=block/tunnel |
Source code
module ScalarTransmitterAnalogModel extends Module like ITransmitterAnalogModel { parameters: double power @unit(W) = default(nan W); // Default power double centerFrequency @unit(Hz) = default(nan Hz); // Default center frequency double bandwidth @unit(Hz) = default(nan Hz); // Default bandwidth @class(ScalarTransmitterAnalogModel); @display("i=block/tunnel"); }File: src/inet/physicallayer/wireless/common/analogmodel/scalar/ScalarTransmitterAnalogModel.ned