IsotropicAntenna

Package: inet.physicallayer.antenna

IsotropicAntenna

compound module

This antenna model describes the theoretical point source which radiates the same intensity of radiation in all directions.

Inheritance diagram

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

Extends

Name Type Description
AntennaBase compound module

This module servces as the base module for antenna models.

Parameters

Name Type Default value Description
mobilityModule string ".mobility"

the path to the mobility module relative to the network node

numAntennas int 1

the number of antennas in the antenna array

Properties

Name Value Description
display i=device/antennatower
class IsotropicAntenna

Source code

//
// This antenna model describes the theoretical point source which radiates the
// same intensity of radiation in all directions.
//
module IsotropicAntenna extends AntennaBase
{
    parameters:
        @class(IsotropicAntenna);
}
File: src/inet/physicallayer/antenna/IsotropicAntenna.ned