kicad/eeschema/sim/sim_plot_frame.h

404 lines
12 KiB
C
Raw Normal View History

2016-08-11 12:41:07 +00:00
/*
* This program source code file is part of KiCad, a free EDA CAD application.
*
2023-01-01 23:37:24 +00:00
* Copyright (C) 2016-2023 CERN
* Copyright (C) 2017-2023 KiCad Developers, see AUTHORS.txt for contributors.
*
2016-08-11 12:41:07 +00:00
* @author Tomasz Wlostowski <tomasz.wlostowski@cern.ch>
* @author Maciej Suminski <maciej.suminski@cern.ch>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 3
2016-08-11 12:41:07 +00:00
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, you may find one here:
* https://www.gnu.org/licenses/gpl-3.0.html
* or you may search the http://www.gnu.org website for the version 3 license,
2016-08-11 12:41:07 +00:00
* or you may write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
2018-03-21 16:20:35 +00:00
#ifndef __SIM_PLOT_FRAME__
#define __SIM_PLOT_FRAME__
2016-08-11 12:41:01 +00:00
2023-01-01 23:37:24 +00:00
#include <sim/sim_plot_frame_base.h>
#include <sim/sim_types.h>
#include <kiway_player.h>
#include <dialogs/dialog_sim_command.h>
#include <wx/event.h>
2016-08-11 12:41:45 +00:00
#include <list>
#include <memory>
2016-08-11 12:41:45 +00:00
#include <map>
2016-08-11 12:41:01 +00:00
class SCH_EDIT_FRAME;
2021-06-10 14:10:55 +00:00
class SCH_SYMBOL;
2016-08-11 12:41:45 +00:00
2016-08-11 12:41:01 +00:00
class SPICE_SIMULATOR;
class SPICE_SIMULATOR_SETTINGS;
class NGSPICE_CIRCUIT_MODEL;
2023-01-01 23:37:24 +00:00
#include <sim/sim_plot_panel.h>
#include <sim/sim_panel_base.h>
#include <sim/sim_notebook.h>
class SIM_THREAD_REPORTER;
2016-08-11 12:41:45 +00:00
class TUNER_SLIDER;
2016-08-11 12:41:01 +00:00
2023-01-01 23:37:24 +00:00
2016-08-11 12:41:01 +00:00
class SIM_PLOT_FRAME : public SIM_PLOT_FRAME_BASE
{
2016-08-11 12:42:17 +00:00
public:
SIM_PLOT_FRAME( KIWAY* aKiway, wxWindow* aParent );
~SIM_PLOT_FRAME();
/**
* Check and load the current netlist into the simulator.
* @return true if document is fully annotated and netlist was loaded successfully.
*/
bool LoadSimulator();
void StartSimulation();
2016-08-11 12:42:17 +00:00
/**
* Create a new plot panel for a given simulation type and adds it to the main notebook.
*
* @param aSimCommand is requested simulation command.
* @param aSimOptions netlisting options
2016-08-11 12:42:17 +00:00
* @return The new plot panel.
*/
SIM_PANEL_BASE* NewPlotPanel( const wxString& aSimCommand, int aSimOptions );
2016-08-11 12:42:17 +00:00
2023-01-01 23:37:24 +00:00
/**
* Shows a dialog for editing the current tab's simulation command, or creating a new tab
* with a different simulation command type.
*/
bool EditSimCommand();
2023-01-01 23:37:24 +00:00
2023-02-21 09:06:02 +00:00
const std::vector<wxString>& Signals() { return m_signals; }
const std::map<int, wxString>& UserDefinedSignals() { return m_userDefinedSignals; }
void SetUserDefinedSignals( const std::map<int, wxString>& aSignals );
2023-02-21 09:06:02 +00:00
2016-08-11 12:42:17 +00:00
/**
* Add a voltage plot for a given net name.
*
2016-08-11 12:42:17 +00:00
* @param aNetName is the net name for which a voltage plot should be created.
*/
void AddVoltagePlot( const wxString& aNetName );
/**
* Add a current plot for a particular device.
*
2016-08-11 12:42:17 +00:00
* @param aDeviceName is the device name (e.g. R1, C1).
* @param aParam is the current type (e.g. I, Ic, Id).
*/
void AddCurrentPlot( const wxString& aDeviceName );
2016-08-11 12:42:17 +00:00
/**
2023-02-11 20:39:50 +00:00
* Get/Set the number of significant digits and the range for formatting a cursor value.
* @param aValueCol 0 indicates the X value column; 1 the Y value.
*/
2023-02-11 20:39:50 +00:00
SPICE_VALUE_FORMAT GetCursorFormat( int aCursorId, int aValueCol ) const
{
2023-02-11 20:39:50 +00:00
return m_cursorFormats[ aCursorId ][ aValueCol ];
}
2023-02-11 20:39:50 +00:00
void SetCursorFormat( int aCursorId, int aValueCol, const SPICE_VALUE_FORMAT& aFormat )
{
2023-02-11 20:39:50 +00:00
m_cursorFormats[ aCursorId ][ aValueCol ] = aFormat;
wxCommandEvent dummy;
onCursorUpdate( dummy );
}
2016-08-11 12:42:17 +00:00
/**
2021-06-10 14:10:55 +00:00
* Add a tuner for a symbol.
2016-08-11 12:42:17 +00:00
*/
void AddTuner( const SCH_SHEET_PATH& aSheetPath, SCH_SYMBOL* aSymbol );
2016-08-11 12:42:17 +00:00
/**
* Remove an existing tuner.
*
2016-08-11 12:42:17 +00:00
* @param aTuner is the tuner to be removed.
* @param aErase decides whether the tuner should be also removed from the tuners list.
* Otherwise it is removed only from the SIM_PLOT_FRAME pane.
*/
void RemoveTuner( TUNER_SLIDER* aTuner, bool aErase = true );
/**
* Safely update a field of the associated symbol without dereferencing
* the symbol.
*
* @param aSymbol id of the symbol needing updating
* @param aId id of the symbol field
* @param aValue new value of the symbol field
*/
void UpdateTunerValue( const SCH_SHEET_PATH& aSheetPath, const KIID& aSymbol,
const wxString& aRef, const wxString& aValue );
2023-02-11 20:39:50 +00:00
/**
* Add a measurement to the measurements grid.
*/
void AddMeasurement( const wxString& aCmd );
2023-02-11 20:39:50 +00:00
/**
* Delete a row from the measurements grid.
*/
void DeleteMeasurement( int aRow );
/**
* Get/Set the format of a value in the measurements grid.
*/
SPICE_VALUE_FORMAT GetMeasureFormat( int aRow ) const;
void SetMeasureFormat( int aRow, const SPICE_VALUE_FORMAT& aFormat );
/**
* Update a measurement in the measurements grid.
*/
void UpdateMeasurement( int aRow );
2016-08-11 12:42:17 +00:00
/**
* Return the currently opened plot panel (or NULL if there is none).
2016-08-11 12:42:17 +00:00
*/
SIM_PLOT_PANEL* GetCurrentPlot() const;
2016-08-11 12:42:17 +00:00
/**
* Return the netlist exporter object used for simulations.
*/
const NGSPICE_CIRCUIT_MODEL* GetExporter() const;
/**
2023-01-01 23:37:24 +00:00
* Toggle dark-mode of the plot.
*/
void ToggleDarkModePlots();
void ShowChangedLanguage() override;
2023-01-01 23:37:24 +00:00
void ReCreateHToolbar();
/**
* Load plot settings from a file.
*
* @param aPath is the file name.
* @return True if successful.
*/
2023-01-01 23:37:24 +00:00
bool LoadWorkbook( const wxString& aPath );
/**
* Save plot settings to a file.
*
* @param aPath is the file name.
* @return True if successful.
*/
bool SaveWorkbook( const wxString& aPath );
void LoadSettings( APP_SETTINGS_BASE* aCfg ) override;
void SaveSettings( APP_SETTINGS_BASE* aCfg ) override;
WINDOW_SETTINGS* GetWindowSettings( APP_SETTINGS_BASE* aCfg ) override;
2023-01-01 23:37:24 +00:00
SCH_EDIT_FRAME* GetSchematicFrame() const { return m_schematicFrame; }
std::shared_ptr<NGSPICE_CIRCUIT_MODEL> GetCircuitModel() const { return m_circuitModel; }
std::shared_ptr<SPICE_SIMULATOR> GetSimulator() const { return m_simulator; }
wxString GetCurrentSimCommand() const
{
if( getCurrentPlotWindow() )
return getCurrentPlotWindow()->GetSimCommand();
2023-01-01 23:37:24 +00:00
else
return m_circuitModel->GetSchTextSimCommand();
2023-01-01 23:37:24 +00:00
}
int GetCurrentOptions() const
{
if( getCurrentPlotWindow() )
return getCurrentPlotWindow()->GetSimOptions();
2023-01-01 23:37:24 +00:00
else
return m_circuitModel->GetSimOptions();
2023-01-01 23:37:24 +00:00
}
// Simulator doesn't host a tool framework
wxWindow* GetToolCanvas() const override { return nullptr; }
void OnModify() override;
2016-08-11 12:42:17 +00:00
private:
2023-01-01 23:37:24 +00:00
void setupTools();
void doReCreateMenuBar() override;
void setupUIConditions() override;
/**
* Load the currently active workbook stored in the project settings. If there is none,
* generate a filename for the currently active workbook and store it in the project settings.
*/
void initWorkbook();
/**
* Set the main window title bar text.
*/
void updateTitle();
2016-08-11 12:42:17 +00:00
/**
* Add a new plot to the current panel.
*
2016-08-11 12:42:17 +00:00
* @param aName is the device/net name.
* @param aType describes the type of plot.
* @param aParam is the parameter for the device/net (e.g. I, Id, V).
*/
2023-02-21 09:06:02 +00:00
void doAddPlot( const wxString& aName, SIM_TRACE_TYPE aType );
/**
* Get the simulator output vector name for a given signal name and type.
2023-02-21 09:06:02 +00:00
*/
wxString vectorNameFromSignalName( const wxString& aSignalName, int* aTraceType );
2016-08-11 12:42:17 +00:00
/**
* Update a trace in a particular SIM_PLOT_PANEL. If the panel does not contain the given
* trace, then add it.
*
* @param aVectorName is the SPICE vector name, such as "I(Net-C1-Pad1)".
* @param aTraceType describes the type of plot.
* @param aPlotPanel is the panel that should receive the update.
2016-08-11 12:42:17 +00:00
*/
void updateTrace( const wxString& aVectorName, int aTraceType, SIM_PLOT_PANEL* aPlotPanel );
/**
* Rebuild the list of signals available from the netlist.
*
* Note: this is not the filtered list. See rebuildSignalsGrid() for that.
*/
void rebuildSignalsList();
2016-08-11 12:42:17 +00:00
/**
* Rebuild the filtered list of signals in the signals grid.
2016-08-11 12:42:17 +00:00
*/
void rebuildSignalsGrid( wxString aFilter );
/**
* Update the values in the signals grid.
*/
void updateSignalsGrid();
2016-08-11 12:42:17 +00:00
2023-02-12 19:54:28 +00:00
/**
* Update the cursor values (in the grid) and graphics (in the plot window).
*/
void updateCursors();
2023-02-21 09:06:02 +00:00
/**
* Apply user-defined signals to the SPICE session.
*/
void applyUserDefinedSignals();
2016-08-11 12:42:17 +00:00
/**
* Apply component values specified using tuner sliders to the current netlist.
2016-08-11 12:42:17 +00:00
*/
void applyTuners();
/**
* Return the currently opened plot panel (or NULL if there is none).
*/
SIM_PANEL_BASE* getCurrentPlotWindow() const
{
return dynamic_cast<SIM_PANEL_BASE*>( m_plotNotebook->GetCurrentPage() );
}
2016-08-11 12:42:17 +00:00
/**
* Return X axis for a given simulation type.
2016-08-11 12:42:17 +00:00
*/
SIM_TRACE_TYPE getXAxisType( SIM_TYPE aType ) const;
2016-08-11 12:42:17 +00:00
void parseTraceParams( SIM_PLOT_PANEL* aPlotPanel, TRACE* aTrace, const wxString& aSignalName,
const wxString& aParams );
2016-08-11 12:42:17 +00:00
// Event handlers
void onPlotClose( wxAuiNotebookEvent& event ) override;
void onPlotClosed( wxAuiNotebookEvent& event ) override;
void onPlotChanged( wxAuiNotebookEvent& event ) override;
void onPlotDragged( wxAuiNotebookEvent& event ) override;
2016-08-11 12:42:17 +00:00
void OnFilterText( wxCommandEvent& aEvent ) override;
void OnFilterMouseMoved( wxMouseEvent& aEvent ) override;
void onSignalsGridCellChanged( wxGridEvent& aEvent ) override;
void onCursorsGridCellChanged( wxGridEvent& aEvent ) override;
2023-02-11 20:39:50 +00:00
void onMeasurementsGridCellChanged( wxGridEvent& aEvent ) override;
2016-08-11 12:42:17 +00:00
void onNotebookModified( wxCommandEvent& event );
bool canCloseWindow( wxCloseEvent& aEvent ) override;
void doCloseWindow() override;
2016-08-11 12:42:17 +00:00
void onCursorUpdate( wxCommandEvent& aEvent );
void onSimUpdate( wxCommandEvent& aEvent );
void onSimReport( wxCommandEvent& aEvent );
void onSimStarted( wxCommandEvent& aEvent );
void onSimFinished( wxCommandEvent& aEvent );
2023-01-01 23:37:24 +00:00
void onExit( wxCommandEvent& event );
// adjust the sash dimension of splitter windows after reading
// the config settings
// must be called after the config settings are read, and once the
// frame is initialized (end of the Ctor)
void setSubWindowsSashSize();
public:
int m_SuppressGridEvents;
2023-01-01 23:37:24 +00:00
private:
SCH_EDIT_FRAME* m_schematicFrame;
std::shared_ptr<NGSPICE_CIRCUIT_MODEL> m_circuitModel;
std::shared_ptr<SPICE_SIMULATOR> m_simulator;
SIM_THREAD_REPORTER* m_reporter;
std::vector<wxString> m_signals;
std::map<int, wxString> m_userDefinedSignals;
2023-01-01 23:37:24 +00:00
std::list<TUNER_SLIDER*> m_tuners;
2023-02-21 09:06:02 +00:00
///< SPICE expressions need quoted versions of the netnames since KiCad allows '-' and '/'
///< in netnames.
std::map<wxString, wxString> m_quotedNetnames;
///< Panel that was used as the most recent one for simulations
2023-01-01 23:37:24 +00:00
SIM_PANEL_BASE* m_lastSimPlot;
2023-02-11 20:39:50 +00:00
SPICE_VALUE_FORMAT m_cursorFormats[3][2];
// Variables for temporary storage:
2023-02-11 20:39:50 +00:00
int m_splitterLeftRightSashPosition;
int m_splitterPlotAndConsoleSashPosition;
int m_splitterSignalsSashPosition;
int m_splitterCursorsSashPosition;
int m_splitterTuneValuesSashPosition;
bool m_darkMode;
unsigned int m_plotNumber;
bool m_simFinished;
bool m_workbookModified;
2016-08-11 12:41:01 +00:00
};
2016-08-11 12:41:45 +00:00
// Commands
wxDECLARE_EVENT( EVT_SIM_UPDATE, wxCommandEvent );
2016-08-11 12:41:27 +00:00
wxDECLARE_EVENT( EVT_SIM_REPORT, wxCommandEvent );
2016-08-11 12:41:45 +00:00
// Notifications
2016-08-11 12:41:27 +00:00
wxDECLARE_EVENT( EVT_SIM_STARTED, wxCommandEvent );
wxDECLARE_EVENT( EVT_SIM_FINISHED, wxCommandEvent );
2016-08-11 12:41:01 +00:00
#endif // __sim_plot_frame__