Sim: Fix analysis set from GUI
This commit is contained in:
parent
1965411bf5
commit
f68df09696
|
@ -466,6 +466,8 @@ void SIM_PLOT_FRAME::StartSimulation( const wxString& aSimCommand )
|
|||
|
||||
if( aSimCommand != "" )
|
||||
m_circuitModel->SetSimCommand( aSimCommand );
|
||||
else
|
||||
m_circuitModel->SetSimCommand( getCurrentSimCommand() );
|
||||
|
||||
// Make .save all and .probe alli permanent for now.
|
||||
m_circuitModel->SetOptions( m_settingsDlg->GetNetlistOptions()
|
||||
|
|
Loading…
Reference in New Issue