| 
    KiCad PCB EDA Suite
    
   | 
 
#include <sim_model.h>
Public Attributes | |
| std::string | itemType | 
| std::string | modelType = "" | 
| std::string | functionName = "" | 
| std::string | level = "" | 
| bool | isDefaultLevel = false | 
| bool | hasExpression = false | 
| std::string | version = "" | 
Definition at line 302 of file sim_model.h.
| std::string SIM_MODEL::SPICE_INFO::functionName = "" | 
Definition at line 306 of file sim_model.h.
| bool SIM_MODEL::SPICE_INFO::hasExpression = false | 
Definition at line 309 of file sim_model.h.
| bool SIM_MODEL::SPICE_INFO::isDefaultLevel = false | 
Definition at line 308 of file sim_model.h.
Referenced by SPICE_GENERATOR::ModelLine().
| std::string SIM_MODEL::SPICE_INFO::itemType | 
Definition at line 304 of file sim_model.h.
| std::string SIM_MODEL::SPICE_INFO::level = "" | 
Definition at line 307 of file sim_model.h.
Referenced by SPICE_GENERATOR::ModelLine().
| std::string SIM_MODEL::SPICE_INFO::modelType = "" | 
Definition at line 305 of file sim_model.h.
Referenced by TEST_SIM_LIBRARY_SPICE_FIXTURE::CompareToEmptyModel(), TEST_SIM_LIBRARY_SPICE_FIXTURE::CompareToUsualDiodeModel(), SPICE_GENERATOR::ModelLine(), SPICE_MODEL_PARSER::ReadTypeFromSpiceStrings(), and TEST_SIM_LIBRARY_SPICE_FIXTURE::TestTransistor().
| std::string SIM_MODEL::SPICE_INFO::version = "" | 
Definition at line 310 of file sim_model.h.
Referenced by SPICE_GENERATOR::ModelLine().