|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Series resistor (unmatched) attenuator synthesis. More...
#include <RSeriesAttenuator.h>


Public Member Functions | |
| RSeriesAttenuator () | |
| Class constructor. | |
| RSeriesAttenuator (AttenuatorDesignParameters AS) | |
| Class constructor with parameters. | |
| virtual | ~RSeriesAttenuator () |
| Class destructor. | |
| void | synthesize () override |
| Calculate component values and build schematic. | |
Public Member Functions inherited from AttenuatorBase | |
| AttenuatorBase ()=default | |
| Class constructor. | |
| AttenuatorBase (AttenuatorDesignParameters AS) | |
| Construct with design parameters. | |
| virtual | ~AttenuatorBase ()=default |
| Class destructor. | |
| QMap< QString, double > | getPowerDissipation () |
| Get power dissipation for all resistors in the attenuator. | |
Public Member Functions inherited from Network | |
| virtual | ~Network () |
| Destructor. | |
Additional Inherited Members | |
Public Attributes inherited from Network | |
| SchematicContent | Schematic |
| Circuit data including components, nets, and simulation info. | |
Protected Attributes inherited from AttenuatorBase | |
| AttenuatorDesignParameters | Specification |
| Design specifications. | |
| QMap< QString, double > | Pdiss |
| Power dissipation per resistor (Watts) | |
Series resistor (unmatched) attenuator synthesis.
|
inline |
Class constructor with parameters.
| AS | Design specifications |
|
overridevirtual |
Calculate component values and build schematic.
Implements AttenuatorBase.