Qucs 0.0.15
I'm tried to simulate example from quick start, but faced with error «checker error, no actions defined: nothing to do»
# Qucs 0.0.15 ~/qucs/1.sch
DigiSource:S1 _net1 init="low" times="[1ns; 1ns]" V="1 V"
AND:Y1 Out _net0 _net1 V="1 V" t="0" TR="10"
DigiSource:S2 _net0 init="low" times="[2ns; 2ns]" V="1 V"
# log
Output:
-------
Starting new simulation on Срд 17. Мар 2010 at 17:53:02
creating netlist... done.
parsing netlist...
checking netlist...
Errors occurred during simulation on Срд 17. Мар 2010 at 17:53:02
Aborted.
Errors:
-------
checker error, no actions defined: nothing to do
circuit
You need to add a simulation. Go to Components > Simulations > Digital simulation, and drag and drop it to the schematic.
This is not a bug. You need to place a simulation box on the schematic to tell the simulator what to do. In your case you can add digital simulation.