![]() |
KiCad PCB EDA Suite
|
Structure to represent a schematic component in the Spice simulation. More...
#include <netlist_exporter_pspice.h>
Public Attributes | |
SCH_COMPONENT * | m_parent |
< Schematic component represented by this SPICE_ITEM. More... | |
wxChar | m_primitive |
Library model (for semiconductors and subcircuits), component value (for passive components) or voltage/current (for sources). More... | |
wxString | m_model |
wxString | m_refName |
Flag to indicate whether the component should be used in simulation. More... | |
bool | m_enabled |
Array containing Standard Pin Name. More... | |
std::vector< wxString > | m_pins |
Numeric indices into m_SortedComponentPinList. More... | |
std::vector< int > | m_pinSequence |
Structure to represent a schematic component in the Spice simulation.
Definition at line 72 of file netlist_exporter_pspice.h.
bool SPICE_ITEM::m_enabled |
Array containing Standard Pin Name.
Definition at line 88 of file netlist_exporter_pspice.h.
Referenced by NETLIST_EXPORTER_PSPICE::ProcessNetlist().
wxString SPICE_ITEM::m_model |
Definition at line 82 of file netlist_exporter_pspice.h.
Referenced by NETLIST_EXPORTER_PSPICE::ProcessNetlist().
SCH_COMPONENT* SPICE_ITEM::m_parent |
< Schematic component represented by this SPICE_ITEM.
Spice primitive type (
Definition at line 75 of file netlist_exporter_pspice.h.
Referenced by NETLIST_EXPORTER_PSPICE::ProcessNetlist().
std::vector<wxString> SPICE_ITEM::m_pins |
Numeric indices into m_SortedComponentPinList.
Definition at line 91 of file netlist_exporter_pspice.h.
Referenced by NETLIST_EXPORTER_PSPICE::ProcessNetlist().
std::vector<int> SPICE_ITEM::m_pinSequence |
Definition at line 94 of file netlist_exporter_pspice.h.
Referenced by NETLIST_EXPORTER_PSPICE::ProcessNetlist().
wxChar SPICE_ITEM::m_primitive |
Library model (for semiconductors and subcircuits), component value (for passive components) or voltage/current (for sources).
Definition at line 78 of file netlist_exporter_pspice.h.
Referenced by NETLIST_EXPORTER_PSPICE::ProcessNetlist().
wxString SPICE_ITEM::m_refName |
Flag to indicate whether the component should be used in simulation.
Definition at line 85 of file netlist_exporter_pspice.h.
Referenced by NETLIST_EXPORTER_PSPICE::ProcessNetlist().