52 void setComponentsLocation();
59 QVector<QPoint> Ports_pos;
62 QVector<QPoint> R_pos;
65 QVector<QPoint> N_pos;
Abstract base class for network implementations.
Delta resistive power splitter.
Definition DeltaCombiner.h:32
DeltaCombiner(PowerCombinerParams PS)
Constructor with power combiner parameters.
Definition DeltaCombiner.h:39
void synthesize() override
Synthesize the Wye resistive splitter network.
Definition DeltaCombiner.cpp:11
virtual ~DeltaCombiner()
Destructor.
Definition DeltaCombiner.h:42
DeltaCombiner()
Default constructor.
Definition DeltaCombiner.h:35
Abstract base class for network implementations.
Definition Network.h:27
Graphical component representation in schematic (definition)
Utility functions needed across the whole project.
Power combiner parameters.
Definition structures.h:264