mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fixed zero output on DC bias simulation
This commit is contained in:
parent
9c8b69ceed
commit
7fb85e1df9
@ -88,7 +88,7 @@ ExternSimDialog::ExternSimDialog(Schematic *sch, bool netlist_mode) :
|
||||
this->setMinimumWidth(500);
|
||||
|
||||
slotSetSimulator();
|
||||
if (!netlist_mode && !QucsMain->TuningMode)
|
||||
if (!netlist_mode && !QucsMain->TuningMode && Sch->showBias != 0)
|
||||
slotStart(); // Start simulation
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user