Add current signals to AC analyses.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/15427
This commit is contained in:
parent
a58547dde5
commit
da031792af
|
@ -810,7 +810,7 @@ void SIMULATOR_FRAME_UI::rebuildSignalsList()
|
||||||
}
|
}
|
||||||
|
|
||||||
if( ( options & NETLIST_EXPORTER_SPICE::OPTION_SAVE_ALL_CURRENTS )
|
if( ( options & NETLIST_EXPORTER_SPICE::OPTION_SAVE_ALL_CURRENTS )
|
||||||
&& ( simType == ST_TRAN || simType == ST_DC ) )
|
&& ( simType == ST_TRAN || simType == ST_DC || simType == ST_AC ) )
|
||||||
{
|
{
|
||||||
for( const SPICE_ITEM& item : circuitModel()->GetItems() )
|
for( const SPICE_ITEM& item : circuitModel()->GetItems() )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue