KiCad PCB EDA Suite
|
#include <spice_circuit_model.h>
Public Attributes | |
wxString | m_source |
SPICE_VALUE | m_vstart |
SPICE_VALUE | m_vend |
SPICE_VALUE | m_vincrement |
Definition at line 38 of file spice_circuit_model.h.
wxString SPICE_DC_PARAMS::m_source |
Definition at line 40 of file spice_circuit_model.h.
Referenced by DIALOG_SIM_COMMAND::parseCommand(), SPICE_CIRCUIT_MODEL::ParseDCCommand(), and SIMULATOR_FRAME_UI::updateTrace().
SPICE_VALUE SPICE_DC_PARAMS::m_vend |
Definition at line 42 of file spice_circuit_model.h.
Referenced by DIALOG_SIM_COMMAND::parseCommand(), SPICE_CIRCUIT_MODEL::ParseDCCommand(), and SIMULATOR_FRAME_UI::updateTrace().
SPICE_VALUE SPICE_DC_PARAMS::m_vincrement |
Definition at line 43 of file spice_circuit_model.h.
Referenced by DIALOG_SIM_COMMAND::parseCommand(), SPICE_CIRCUIT_MODEL::ParseDCCommand(), and SIMULATOR_FRAME_UI::updateTrace().
SPICE_VALUE SPICE_DC_PARAMS::m_vstart |
Definition at line 41 of file spice_circuit_model.h.
Referenced by DIALOG_SIM_COMMAND::parseCommand(), SPICE_CIRCUIT_MODEL::ParseDCCommand(), and SIMULATOR_FRAME_UI::updateTrace().