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

Each scope holds the references and child blocks for one instantiation path. More...

#include <orcad_records.h>

Public Attributes

std::map< uint32_t, std::string > partRefs
 type-13 dbId -> occurrence refdes
 
std::map< uint32_t, std::string > partUnitRefs
 dbId -> package unit reference
 
std::map< uint32_t, std::map< std::string, std::string > > partProps
 dbId -> occurrence properties
 
std::map< uint32_t, std::string > netNames
 occurrence net id -> effective net name
 
std::vector< ORCAD_OCC_BLOCKblocks
 hierarchical block occurrences
 

Detailed Description

Each scope holds the references and child blocks for one instantiation path.

Definition at line 515 of file orcad_records.h.

Member Data Documentation

◆ blocks

◆ netNames

◆ partProps

std::map<uint32_t, std::map<std::string, std::string> > ORCAD_OCC_SCOPE::partProps

◆ partRefs

std::map<uint32_t, std::string> ORCAD_OCC_SCOPE::partRefs

◆ partUnitRefs

std::map<uint32_t, std::string> ORCAD_OCC_SCOPE::partUnitRefs

dbId -> package unit reference

Definition at line 518 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::Convert(), readOccurrence(), and v2ReadOccurrence().


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