KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SIM_MODEL_INPUT Struct Reference

#include <sim_model_input.h>

Public Member Functions

bool operator== (const SIM_MODEL_INPUT &) const =default
 

Public Attributes

wxString prefix
 
std::vector< std::pair< wxString, wxString > > fields
 Resolved shown values in symbol order, adapted to USER fields without further expansion.
 
std::vector< wxString > inferencePins
 Selected-unit pin numbers in lexical order, including duplicates.
 
std::vector< wxString > modelPins
 All library pin numbers in natural (StrNumCmp) order, including duplicates.
 

Detailed Description

Definition at line 26 of file sim_model_input.h.

Member Function Documentation

◆ operator==()

bool SIM_MODEL_INPUT::operator== ( const SIM_MODEL_INPUT & ) const
default

Member Data Documentation

◆ fields

std::vector<std::pair<wxString, wxString> > SIM_MODEL_INPUT::fields

Resolved shown values in symbol order, adapted to USER fields without further expansion.

Definition at line 30 of file sim_model_input.h.

Referenced by SIM_LIB_MGR::CaptureModelInput(), and SIM_LIB_MGR::CreateModel().

◆ inferencePins

std::vector<wxString> SIM_MODEL_INPUT::inferencePins

Selected-unit pin numbers in lexical order, including duplicates.

Definition at line 33 of file sim_model_input.h.

Referenced by SIM_LIB_MGR::CaptureModelInput(), and SIM_LIB_MGR::CreateModel().

◆ modelPins

std::vector<wxString> SIM_MODEL_INPUT::modelPins

All library pin numbers in natural (StrNumCmp) order, including duplicates.

Definition at line 36 of file sim_model_input.h.

Referenced by SIM_LIB_MGR::CaptureModelInput(), and SIM_LIB_MGR::CreateModel().

◆ prefix

wxString SIM_MODEL_INPUT::prefix

Definition at line 28 of file sim_model_input.h.

Referenced by SIM_LIB_MGR::CaptureModelInput(), and SIM_LIB_MGR::CreateModel().


The documentation for this struct was generated from the following file: