KiCad PCB EDA Suite
|
#include <sim_model.h>
Public Attributes | |
const std::string | modelPinName |
wxString | symbolPinNumber |
Static Public Attributes | |
static constexpr auto | NOT_CONNECTED = -1 |
Definition at line 68 of file sim_model.h.
const std::string SIM_MODEL_PIN::modelPinName |
Definition at line 70 of file sim_model.h.
Referenced by DIALOG_SIM_MODEL< T >::getModelPinString().
|
staticconstexpr |
Definition at line 73 of file sim_model.h.
Referenced by SIM_MODEL::FindModelPinIndex(), DIALOG_SIM_MODEL< T >::getModelPinIndex(), DIALOG_SIM_MODEL< T >::onPinAssignmentsGridCellChange(), and SCH_EDITOR_CONTROL::SimProbe().
wxString SIM_MODEL_PIN::symbolPinNumber |
Definition at line 71 of file sim_model.h.
Referenced by SIM_MODEL::FindModelPinIndex(), DIALOG_SIM_MODEL< T >::removeOrphanedPinAssignments(), and DIALOG_SIM_MODEL< T >::updatePinAssignments().