24 Description = QObject::tr(
"S parameter simulation");
28 int b = s.findRev(
" ");
29 if (a != -1 && b != -1) {
30 if (a > (
int) s.length() -
b) b = a;
32 if (b != -1) s[
b] =
'\n';
48 QObject::tr(
"sweep type")+
" [lin, log, list, const]"));
50 QObject::tr(
"start frequency in Hertz")));
52 QObject::tr(
"stop frequency in Hertz")));
54 QObject::tr(
"number of simulation steps")));
56 QObject::tr(
"calculate noise parameters")+
59 QObject::tr(
"input port for noise figure")));
61 QObject::tr(
"output port for noise figure")));
63 QObject::tr(
"put characteristic values into dataset")+
66 QObject::tr(
"save subcircuit characteristic values into dataset")+
81 Name = QObject::tr(
"S-parameter simulation");
82 BitmapFile = (
char *)
"sparameter";
84 if(getNewOne)
return new SP_Sim();
91 if((pp->
Value ==
"list") || (pp->
Value ==
"const")) {
99 Props.next()->Name =
"Values";
102 Props.next()->Name =
"Start";
103 Props.next()->Name =
"Stop";
104 Props.next()->Name =
"Points";