mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Add new radial stub parameters
This commit is contained in:
parent
fc98d247aa
commit
71acbf808f
@ -46,8 +46,14 @@ MSrstub::MSrstub()
|
||||
QObject::tr("inner radius")));
|
||||
Props.append(new Property("ro", "10 mm", true,
|
||||
QObject::tr("outer radius")));
|
||||
Props.append(new Property("Wf", "1 mm", true,
|
||||
QObject::tr("feeding line width")));
|
||||
Props.append(new Property("alpha", "90", true,
|
||||
QObject::tr("stub angle")+" ("+QObject::tr ("degrees")+")"));
|
||||
Props.append(new Property("EffDimens", "OldQucsNoCorrection", false,
|
||||
QObject::tr("Effective dimension")+" [Chew_Kong,Giannini,OldQucsNoCorrection]"));
|
||||
Props.append(new Property("Model", "OldQucsModel", false,
|
||||
QObject::tr("Model")+" [March,Giannini,OldQucsModel]"));
|
||||
}
|
||||
|
||||
MSrstub::~MSrstub()
|
||||
|
Loading…
x
Reference in New Issue
Block a user