![]() |
KiCad PCB EDA Suite
|
#include <netlist_exporter_pspice_sim.h>
Public Attributes | |
wxString | m_source |
SPICE_VALUE | m_vstart |
SPICE_VALUE | m_vend |
SPICE_VALUE | m_vincrement |
Definition at line 37 of file netlist_exporter_pspice_sim.h.
wxString SPICE_DC_PARAMS::m_source |
Definition at line 39 of file netlist_exporter_pspice_sim.h.
Referenced by DIALOG_SIM_SETTINGS::parseCommand(), NETLIST_EXPORTER_PSPICE_SIM::ParseDCCommand(), and SIM_PLOT_FRAME::updatePlot().
SPICE_VALUE SPICE_DC_PARAMS::m_vend |
Definition at line 41 of file netlist_exporter_pspice_sim.h.
Referenced by DIALOG_SIM_SETTINGS::parseCommand(), NETLIST_EXPORTER_PSPICE_SIM::ParseDCCommand(), and SIM_PLOT_FRAME::updatePlot().
SPICE_VALUE SPICE_DC_PARAMS::m_vincrement |
Definition at line 42 of file netlist_exporter_pspice_sim.h.
Referenced by DIALOG_SIM_SETTINGS::parseCommand(), NETLIST_EXPORTER_PSPICE_SIM::ParseDCCommand(), and SIM_PLOT_FRAME::updatePlot().
SPICE_VALUE SPICE_DC_PARAMS::m_vstart |
Definition at line 40 of file netlist_exporter_pspice_sim.h.
Referenced by DIALOG_SIM_SETTINGS::parseCommand(), NETLIST_EXPORTER_PSPICE_SIM::ParseDCCommand(), and SIM_PLOT_FRAME::updatePlot().