24 Description = QObject::tr(
"Harmonic balance simulation");
27 int a = s.findRev(
" ");
28 if (a != -1) s[a] =
'\n';
43 QObject::tr(
"frequency in Hertz")));
45 QObject::tr(
"number of harmonics")));
47 QObject::tr(
"absolute tolerance for currents")));
49 QObject::tr(
"absolute tolerance for voltages")));
51 QObject::tr(
"relative tolerance for convergence")));
53 QObject::tr(
"maximum number of iterations until error")));
67 Name = QObject::tr(
"Harmonic balance");
68 BitmapFile = (
char *)
"hb";
70 if(getNewOne)
return new HB_Sim();