56 void setComponentsLocation();
63 QVector<QPoint> Ports_pos;
66 QVector<QPoint> R_pos;
69 QVector<QPoint> N_pos;
Abstract base class for network implementations.
Abstract base class for network implementations.
Definition Network.h:27
Direct N-way Wye resistive power splitter.
Definition WyeCombiner.h:30
virtual ~WyeCombiner()
Destructor.
Definition WyeCombiner.h:40
WyeCombiner()
Default constructor.
Definition WyeCombiner.h:33
void synthesize() override
Synthesize the Wye resistive splitter network.
Definition WyeCombiner.cpp:14
WyeCombiner(PowerCombinerParams PS)
Constructor with power combiner parameters.
Definition WyeCombiner.h:37
Graphical component representation in schematic (definition)
Utility functions needed across the whole project.
Power combiner parameters.
Definition structures.h:264