KiCad PCB EDA Suite
|
#include <sim_model.h>
Public Attributes | |
const std::string | name |
std::string | symbolPinNumber |
Static Public Attributes | |
static constexpr auto | NOT_CONNECTED = -1 |
Definition at line 305 of file sim_model.h.
const std::string SIM_MODEL::PIN::name |
Definition at line 307 of file sim_model.h.
Referenced by DIALOG_SIM_MODEL< T_symbol, T_field >::getModelPinString().
|
staticconstexpr |
Definition at line 310 of file sim_model.h.
Referenced by SIM_MODEL::FindModelPinIndex(), DIALOG_SIM_MODEL< T_symbol, T_field >::getModelPinIndex(), DIALOG_SIM_MODEL< T_symbol, T_field >::onPinAssignmentsGridCellChange(), and SCH_EDITOR_CONTROL::SimProbe().
std::string SIM_MODEL::PIN::symbolPinNumber |
Definition at line 308 of file sim_model.h.
Referenced by SIM_MODEL::FindModelPinIndex(), DIALOG_SIM_MODEL< T_symbol, T_field >::removeOrphanedPinAssignments(), and DIALOG_SIM_MODEL< T_symbol, T_field >::updatePinAssignments().