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
 

Detailed Description

A simple container for schematic symbol instance information.

Definition at line 43 of file sch_sheet_path.h.

Member Data Documentation

◆ m_Footprint

wxString SCH_SYMBOL_INSTANCE::m_Footprint

Definition at line 54 of file sch_sheet_path.h.

Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSchSymbolInstances().

◆ m_Path

◆ m_ProjectName

wxString SCH_SYMBOL_INSTANCE::m_ProjectName

◆ m_Reference

◆ m_Unit

◆ m_Value

wxString SCH_SYMBOL_INSTANCE::m_Value

Definition at line 53 of file sch_sheet_path.h.

Referenced by SCH_IO_KICAD_SEXPR_PARSER::parseSchSymbolInstances().


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