KiCad PCB EDA Suite
|
#include <netlist_exporter_spice.h>
Public Attributes | |
wxString | refName |
wxString | libraryPath |
std::vector< wxString > | pins |
std::unique_ptr< const SIM_MODEL > | model |
wxString | modelName |
Definition at line 34 of file netlist_exporter_spice.h.
wxString SPICE_ITEM::libraryPath |
Definition at line 37 of file netlist_exporter_spice.h.
Referenced by NETLIST_EXPORTER_SPICE::readLibraryField(), and NETLIST_EXPORTER_SPICE::readNameField().
std::unique_ptr<const SIM_MODEL> SPICE_ITEM::model |
Definition at line 39 of file netlist_exporter_spice.h.
Referenced by NETLIST_EXPORTER_SPICE::readModel(), and NETLIST_EXPORTER_SPICE::readNameField().
wxString SPICE_ITEM::modelName |
Definition at line 40 of file netlist_exporter_spice.h.
Referenced by NETLIST_EXPORTER_SPICE::readNameField().
std::vector<wxString> SPICE_ITEM::pins |
Definition at line 38 of file netlist_exporter_spice.h.
Referenced by NETLIST_EXPORTER_SPICE::readPins().
wxString SPICE_ITEM::refName |
Definition at line 36 of file netlist_exporter_spice.h.
Referenced by NETLIST_EXPORTER_SPICE::readModel(), NETLIST_EXPORTER_SPICE::readNameField(), and NETLIST_EXPORTER_SPICE::readRefName().