In the schematic, create Parameter Sweep
In the GUI Properties dialog box, it looks like this
Simulation 'AC1', Sweep Parameter 'Ang', Type 'linear', Start '20', Stop '230', Step '21', Number '11'
BUT
in the netlist, it looks like this
.SW:SW1 Sim="AC1" Type="lin" Start="Ang" Stop="20" Points="230" Points="11"
The 'Param' is missing, and Start is called 'Ang', and there are two "Points"
Looks like positional values are "off by one"
If I manually edit the netlist, and use command line to run the simulation, everything starts working; back in the GUI I can switch to the *.dpl file and see my graphs.
I'm fairly sure this used to work in qucs 0.0.19
In the schematic, create Parameter Sweep
In the GUI Properties dialog box, it looks like this
Simulation 'AC1', Sweep Parameter 'Ang', Type 'linear', Start '20', Stop '230', Step '21', Number '11'
BUT
in the netlist, it looks like this
.SW:SW1 Sim="AC1" Type="lin" Start="Ang" Stop="20" Points="230" Points="11"The 'Param' is missing, and Start is called 'Ang', and there are two "Points"
Looks like positional values are "off by one"
If I manually edit the netlist, and use command line to run the simulation, everything starts working; back in the GUI I can switch to the *.dpl file and see my graphs.
I'm fairly sure this used to work in qucs 0.0.19