KiCad PCB EDA Suite
|
#include <sim_model_l_mutual.h>
Public Member Functions | |
std::string | ItemModelName (const SPICE_ITEM &aItem) const override |
std::string | ItemParams () const override |
SPICE_GENERATOR (const SIM_MODEL &aModel) | |
virtual std::string | ModelName (const SPICE_ITEM &aItem) const |
virtual std::string | ModelLine (const SPICE_ITEM &aItem) const |
virtual std::string | ItemLine (const SPICE_ITEM &aItem) const |
virtual std::string | ItemName (const SPICE_ITEM &aItem) const |
virtual std::string | ItemPins (const SPICE_ITEM &aItem) const |
virtual std::string | TunerCommand (const SPICE_ITEM &aItem, double aValue) const |
virtual std::vector< std::string > | CurrentNames (const SPICE_ITEM &aItem) const |
virtual std::string | Preview (const SPICE_ITEM &aItem) const |
Protected Member Functions | |
virtual std::vector< std::reference_wrapper< const SIM_MODEL_PIN > > | GetPins () const |
Protected Attributes | |
const SIM_MODEL & | m_model |
Definition at line 32 of file sim_model_l_mutual.h.
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_IBIS, SPICE_GENERATOR_NGSPICE, and SPICE_GENERATOR_SUBCKT.
Definition at line 220 of file spice_generator.cpp.
References SPICE_GENERATOR::ItemName().
Referenced by SPICE_GENERATOR_NGSPICE::CurrentNames(), and SCH_EDITOR_CONTROL::SimProbe().
|
inlineprotectedvirtualinherited |
Reimplemented in SPICE_GENERATOR_SWITCH.
Definition at line 68 of file spice_generator.h.
References SIM_MODEL::GetPins(), and SPICE_GENERATOR::m_model.
Referenced by SPICE_GENERATOR_IBIS::CurrentNames(), SPICE_GENERATOR_SUBCKT::CurrentNames(), SPICE_GENERATOR::ItemLine(), SPICE_GENERATOR::ItemPins(), and SPICE_GENERATOR_RAW_SPICE::ItemPins().
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_BEHAVIORAL, SPICE_GENERATOR_IDEAL, SPICE_GENERATOR_SOURCE, and SPICE_GENERATOR_SWITCH.
Definition at line 116 of file spice_generator.cpp.
References SIM_MODEL::GetPinCount(), SPICE_GENERATOR::GetPins(), SPICE_GENERATOR::ItemModelName(), SPICE_GENERATOR::ItemName(), SPICE_GENERATOR::ItemParams(), SPICE_GENERATOR::ItemPins(), SPICE_GENERATOR::m_model, pin, SPICE_ITEM::pinNetNames, and SPICE_ITEM::pinNumbers.
Referenced by SPICE_GENERATOR_BEHAVIORAL::ItemLine(), SPICE_GENERATOR_IDEAL::ItemLine(), SPICE_GENERATOR_SOURCE::ItemLine(), SPICE_GENERATOR_SWITCH::ItemLine(), SPICE_GENERATOR::Preview(), SPICE_GENERATOR_RAW_SPICE::Preview(), and SPICE_GENERATOR_SPICE::Preview().
|
inlineoverridevirtual |
Reimplemented from SPICE_GENERATOR.
Definition at line 37 of file sim_model_l_mutual.h.
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_RAW_SPICE.
Definition at line 142 of file spice_generator.cpp.
References SIM_MODEL::GetSpiceInfo(), SIM_MODEL::SPICE_INFO::itemType, SPICE_GENERATOR::m_model, and SPICE_ITEM::refName.
Referenced by SPICE_GENERATOR::CurrentNames(), SPICE_GENERATOR_IBIS::CurrentNames(), SPICE_GENERATOR_NGSPICE::CurrentNames(), SPICE_GENERATOR_SUBCKT::CurrentNames(), SPICE_GENERATOR::ItemLine(), SCH_EDIT_FRAME::RefreshOperatingPointDisplay(), SCH_SYMBOL::ResolveTextVar(), SPICE_GENERATOR_IDEAL::TunerCommand(), SPICE_GENERATOR_R_POT::TunerCommand(), and SPICE_GENERATOR_SOURCE::TunerCommand().
|
overridevirtual |
Reimplemented from SPICE_GENERATOR.
Definition at line 28 of file sim_model_l_mutual.cpp.
References SIM_MODEL::GetParam(), SIM_MODEL::GetParamCount(), SIM_MODEL::PARAM::info, SIM_MODEL::PARAM::INFO::isSpiceInstanceParam, SPICE_GENERATOR::m_model, SIM_VALUE::ToSpice(), and SIM_MODEL::PARAM::value.
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_RAW_SPICE.
Definition at line 151 of file spice_generator.cpp.
References SPICE_GENERATOR::GetPins(), pin, SPICE_ITEM::pinNetNames, SPICE_ITEM::pinNumbers, and SPICE_ITEM::refName.
Referenced by SPICE_GENERATOR::ItemLine().
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_BEHAVIORAL, SPICE_GENERATOR_IBIS, SPICE_GENERATOR_IDEAL, SPICE_GENERATOR_R_POT, SPICE_GENERATOR_RAW_SPICE, SPICE_GENERATOR_SOURCE, SPICE_GENERATOR_SUBCKT, and SPICE_GENERATOR_TLINE.
Definition at line 44 of file spice_generator.cpp.
References SIM_MODEL::PARAM::INFO::category, SIM_MODEL::PARAM::FLAGS, SIM_MODEL::GetParam(), SIM_MODEL::GetParamCount(), SIM_MODEL::GetSpiceInfo(), SIM_MODEL::PARAM::info, SIM_MODEL::SPICE_INFO::isDefaultLevel, SIM_MODEL::PARAM::INFO::isSpiceInstanceParam, SIM_MODEL::SPICE_INFO::level, SPICE_GENERATOR::m_model, SPICE_ITEM::modelName, SIM_MODEL::SPICE_INFO::modelType, name, SIM_MODEL::PARAM::INFO::name, SIM_MODEL::requiresSpiceModelLine(), SIM_MODEL::PARAM::INFO::spiceModelName, SIM_VALUE::ToSpice(), SIM_MODEL::PARAM::value, and SIM_MODEL::SPICE_INFO::version.
Referenced by SPICE_GENERATOR::Preview(), and SPICE_GENERATOR_SPICE::Preview().
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_IBIS.
Definition at line 32 of file spice_generator.cpp.
References SPICE_ITEM::baseModelName, SPICE_GENERATOR::m_model, SPICE_ITEM::refName, and SIM_MODEL::requiresSpiceModelLine().
Referenced by NETLIST_EXPORTER_SPICE::readModel().
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_RAW_SPICE, and SPICE_GENERATOR_SPICE.
Definition at line 226 of file spice_generator.cpp.
References SPICE_GENERATOR::ItemLine(), and SPICE_GENERATOR::ModelLine().
Referenced by DIALOG_SIM_MODEL< T >::updateModelCodeTab().
|
inline |
Definition at line 49 of file spice_generator.h.
|
virtualinherited |
Reimplemented in SPICE_GENERATOR_IDEAL, SPICE_GENERATOR_R_POT, and SPICE_GENERATOR_SOURCE.
Definition at line 213 of file spice_generator.cpp.
Referenced by SIMULATOR_FRAME_UI::applyTuners().
|
protectedinherited |
Definition at line 73 of file spice_generator.h.
Referenced by SPICE_GENERATOR_NGSPICE::CurrentNames(), SPICE_GENERATOR_SOURCE::getParamValueString(), SPICE_GENERATOR::GetPins(), SPICE_GENERATOR_SWITCH::GetPins(), SPICE_GENERATOR_IBIS::IbisDevice(), SPICE_GENERATOR::ItemLine(), SPICE_GENERATOR_BEHAVIORAL::ItemLine(), SPICE_GENERATOR_IDEAL::ItemLine(), SPICE_GENERATOR_SOURCE::ItemLine(), SPICE_GENERATOR_SWITCH::ItemLine(), SPICE_GENERATOR::ItemName(), SPICE_GENERATOR_RAW_SPICE::ItemName(), SPICE_GENERATOR::ItemParams(), ItemParams(), SPICE_GENERATOR_RAW_SPICE::ItemParams(), SPICE_GENERATOR_SWITCH::ItemParams(), SPICE_GENERATOR::ModelLine(), SPICE_GENERATOR_R_POT::ModelLine(), SPICE_GENERATOR_TLINE::ModelLine(), SPICE_GENERATOR::ModelName(), SPICE_GENERATOR_RAW_SPICE::Preview(), and SPICE_GENERATOR_SPICE::Preview().