Add current signals to AC analyses.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15427
This commit is contained in:
Jeff Young 2023-08-16 17:23:54 +01:00
parent a58547dde5
commit da031792af
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ void SIMULATOR_FRAME_UI::rebuildSignalsList()
}
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() )
{