mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Make to parse RES-files when sweeping SENS
This commit is contained in:
parent
3d20d8b6da
commit
1fe9f370ea
@ -1044,6 +1044,16 @@ void AbstractSpiceKernel::convertToQucsData(const QString &qucs_dataset)
|
||||
+ "spice4qucs.pz.cir.res");
|
||||
parseResFile(res_file,swp_var,swp_var_val);
|
||||
}
|
||||
} else if (ngspice_output_filename.endsWith(".SENS.prn")) {
|
||||
QStringList vals;
|
||||
int type = checkRawOutupt(full_outfile,vals);
|
||||
parseXYCESTDOutput(full_outfile,sim_points,var_list,isComplex);
|
||||
if (type == xyceSTDswp) {
|
||||
hasParSweep = true;
|
||||
QString res_file = QDir::convertSeparators(workdir + QDir::separator()
|
||||
+ "spice4qucs.sens.cir.res");
|
||||
parseResFile(res_file,swp_var,swp_var_val);
|
||||
}
|
||||
} else if (ngspice_output_filename.endsWith("_swp.txt")) {
|
||||
hasParSweep = true;
|
||||
QString simstr = full_outfile;
|
||||
|
Loading…
x
Reference in New Issue
Block a user