ns-3 PLC model
 All Classes Functions Variables Enumerations
Public Member Functions | Static Public Member Functions
ns3::PLC_FourSectorPowerSupplyCable Class Reference

#include <plc-cable.h>

Inheritance diagram for ns3::PLC_FourSectorPowerSupplyCable:
ns3::PLC_Cable ns3::PLC_NAYY150SE_Cable ns3::PLC_NAYY50SE_Cable

List of all members.

Public Member Functions

virtual void Calculate ()=0
 PLC_FourSectorPowerSupplyCable (double radius, double conductor_distance, double tan_loss_angle, double epsilon_r, double rho, Ptr< const SpectrumModel > sm)
 PLC_FourSectorPowerSupplyCable (double radius, double conductor_distance, PLC_FreqSelectiveRealValue tan_loss_angle, PLC_FreqSelectiveRealValue epsilon_r, double rho, Ptr< const SpectrumModel > sm)
void Calculate (double radius, double conductor_distance, double tan_loss_angle, double epsilon_r, double rho, Ptr< const SpectrumModel > sm)
void Calculate (double radius, double conductor_distance, PLC_FreqSelectiveRealValue tan_loss_angle, PLC_FreqSelectiveRealValue epsilon_r, double rho, Ptr< const SpectrumModel > sm)

Static Public Member Functions

static TypeId GetTypeId (void)

Detailed Description

Model for a four sector cable


Constructor & Destructor Documentation

ns3::PLC_FourSectorPowerSupplyCable::PLC_FourSectorPowerSupplyCable ( double  radius,
double  conductor_distance,
double  tan_loss_angle,
double  epsilon_r,
double  rho,
Ptr< const SpectrumModel >  sm 
)
Parameters:
radiusRadius of the cable
conductor_distanceDistance between conductors
tan_loss_angleTangents loss angle
epsilon_rDielectric constant
rho
sm

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations