Return a constant received power level independent of the transmit power. More...
#include <propagation-loss-model.h>
Public Member Functions | |
void | SetRss (double rss) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::FixedRssLossModel. |
Return a constant received power level independent of the transmit power.
The received power is constant independent of the transmit power. The user must set received power level through the Rss attribute or public SetRss() method. Note that if this loss model is chained to other loss models via SetNext() method, it can only be the first loss model in such a chain, or else it will disregard the losses computed by loss models that precede it in the chain.
static TypeId ns3::FixedRssLossModel::GetTypeId | ( | void | ) | [static] |
This method returns the TypeId associated to ns3::FixedRssLossModel.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
No TraceSources defined for this type.
Reimplemented from ns3::PropagationLossModel.
void ns3::FixedRssLossModel::SetRss | ( | double | rss | ) |
rss | (dBm) the received signal strength |
Set the received signal strength (RSS) in dBm.