Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Parameter Sweep is not working #919

Closed deiltonrm closed 5 years ago

deiltonrm commented 5 years ago

I setup just a very simple circuit in order to check the parameter sweep is working or not. I got this error message regarding to 'SweepModel' property. Please, let know what is wrong ?

Starting new simulation on sex 03. mai 2019 at 12:07:26:933

creating netlist... done. Starting /snap/qucs-spice/4/usr/bin/qucsator

project location: modules to load: 0 factorycreate.size() is 0 factorycreate has registered: parsing netlist... checking netlist...

Errors occurred during simulation on sex 03. mai 2019 at 12:07:26:971 Aborted.

line 6: checker error, extraneous property SweepModel' is invalid inSW:SW1' line 6: checker error, no such variable false' used in aSW:SW1' property

Captura de tela de 2019-05-03 12-08-12

Deilton Martins

ra3xdh commented 5 years ago

This can happen if you are trying to open the schematic saved by Qucs-S using Qucs. Currently there is no way to fix it automatically. The .sch files are XML. Open the .sch file with the text editor and remove the "SweepModel" property.

Also the SNAP package for Ubuntu probably was not updated. Use the classic repositories or DEB packages. You can find the full list here https://ra3xdh.github.io/

Use the Qucs-S bugtracker https://github.com/ra3xdh/qucs_s/issues to report issues for Qucs-S.