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

A simple container for schematic symbol instance information. More...

#include <sch_sheet_path.h>

Public Attributes

KIID_PATH m_Path
 
wxString m_Reference
 
int m_Unit = 1
 
wxString m_Value
 
wxString m_Footprint
 
wxString m_ProjectName
 
bool m_DNP = false
 
bool m_ExcludedFromBOM = false
 
bool m_ExcludedFromSim = false
 
std::map< wxString, SCH_SYMBOL_VARIANTm_Variants
 A list of symbol variants.
 

Detailed Description

A simple container for schematic symbol instance information.

Definition at line 94 of file sch_sheet_path.h.

Member Data Documentation

◆ m_DNP

bool SCH_SYMBOL_INSTANCE::m_DNP = false

◆ m_ExcludedFromBOM

bool SCH_SYMBOL_INSTANCE::m_ExcludedFromBOM = false

◆ m_ExcludedFromSim

bool SCH_SYMBOL_INSTANCE::m_ExcludedFromSim = false

◆ m_Footprint

wxString SCH_SYMBOL_INSTANCE::m_Footprint

◆ m_Path

◆ m_ProjectName

◆ m_Reference

◆ m_Unit

◆ m_Value

wxString SCH_SYMBOL_INSTANCE::m_Value

◆ m_Variants


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