Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MatchingNetworkDesigner Class Reference

Management of the matching network design. More...

#include <MatchingNetworkDesigner.h>

Inheritance diagram for MatchingNetworkDesigner:
Inheritance graph
[legend]
Collaboration diagram for MatchingNetworkDesigner:
Collaboration graph
[legend]

Public Member Functions

 MatchingNetworkDesigner (MatchingData Params)
 Class constructor.
 
 ~MatchingNetworkDesigner ()
 Class destructor.
 
QList< ComponentInfogetComponents ()
 Get component list.
 
QList< WireInfogetWires ()
 Get wire list.
 
QList< NodeInfogetNodes ()
 Get node list.
 
void synthesize ()
 Synthesize the matching network.
 
- Public Member Functions inherited from Network
virtual ~Network ()
 Destructor.
 

Public Attributes

QMap< QString, QPen > displaygraphs
 Display graphs.
 
- Public Attributes inherited from Network
SchematicContent Schematic
 Circuit data including components, nets, and simulation info.
 

Detailed Description

Management of the matching network design.

Member Function Documentation

◆ getComponents()

QList< ComponentInfo > MatchingNetworkDesigner::getComponents ( )

Get component list.

Returns
List of components in the network

◆ getNodes()

QList< NodeInfo > MatchingNetworkDesigner::getNodes ( )

Get node list.

Returns
List of nodes in the network

◆ getWires()

QList< WireInfo > MatchingNetworkDesigner::getWires ( )

Get wire list.

Returns
List of wires in the network

◆ synthesize()

void MatchingNetworkDesigner::synthesize ( )
virtual

Synthesize the matching network.

Implements Network.


The documentation for this class was generated from the following files: