48 void UpdateDesignParameters();
49 void AdjustOneTwoPortMatchingWidgetsVisibility();
52 QCheckBox* TwoPortCheckBox;
55 InputMatchingSetupWidget;
57 OutputMatchingSetupWidget;
60 QLabel *Zout_Label, *Ohm_Zout_Label, *Zout_J;
61 QDoubleSpinBox *ZoutISpinBox, *ZoutRSpinBox;
63 QLabel* f_match_Label;
66 QGroupBox* two_port_GroupBox;
67 QCheckBox* enter_S2P_file_CheckBox;
68 QPushButton* browse_S2P_Button;
69 QLabel* s2p_filename_Label;
71 QLabel* input_format_Label;
72 QComboBox* input_format_Combo;
74 QLabel *S11_Label, *S12_Label, *S21_Label, *S22_Label;
75 QLabel *S11_Separator_Label, *S12_Separator_Label, *S21_Separator_Label,
78 QDoubleSpinBox *S11_A_SpinBox, *S11_B_SpinBox;
79 QDoubleSpinBox *S12_A_SpinBox, *S12_B_SpinBox;
80 QDoubleSpinBox *S21_A_SpinBox, *S21_B_SpinBox;
81 QDoubleSpinBox *S22_A_SpinBox, *S22_B_SpinBox;
83 QDoubleSpinBox *f_match_Spinbox, *FreqEnd_Spinbox;
84 QComboBox *f_match_Scale_Combo, *FreqEnd_Scale_Combo,
85 *StubTermination_ComboBox;
87 double getScaleFreq(
int);
92 QLabel* traceNameLabel;
93 QLineEdit* traceNameLineEdit;
Definition SchematicContent.h:33