28 int b = s.findRev(
" ");
29 if (a != -1 && b != -1) {
30 if (a > (
int) s.length() -
b) b = a;
32 if (a < 8 || s.length() - b < 8) b = -1;
33 if (b != -1) s[
b] =
'\n';
49 QObject::tr(
"sweep type")+
" [lin, log, list, const]"));
51 QObject::tr(
"start frequency in Hertz")));
53 QObject::tr(
"stop frequency in Hertz")));
55 QObject::tr(
"number of simulation steps")));
57 QObject::tr(
"calculate noise voltages")+
72 Name = QObject::tr(
"ac simulation");
73 BitmapFile = (
char *)
"ac";
75 if(getNewOne)
return new AC_Sim();
82 if((pp->
Value ==
"list") || (pp->
Value ==
"const")) {
90 Props.next()->Name =
"Values";
93 Props.next()->Name =
"Start";
94 Props.next()->Name =
"Stop";
95 Props.next()->Name =
"Points";