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

Device unit names omit the view suffix. More...

#include <orcad_records.h>

Public Attributes

std::string unitRef
 
std::string refDes
 
std::vector< std::string > pinNumbers
 
std::vector< bool > pinIgnore
 

Detailed Description

Device unit names omit the view suffix.

FF FF marks an empty, ignored pin.

Definition at line 335 of file orcad_records.h.

Member Data Documentation

◆ pinIgnore

std::vector<bool> ORCAD_DEVICE::pinIgnore

◆ pinNumbers

std::vector<std::string> ORCAD_DEVICE::pinNumbers

◆ refDes

std::string ORCAD_DEVICE::refDes

Definition at line 338 of file orcad_records.h.

Referenced by OrcadReadDevice(), and v2Device().

◆ unitRef

std::string ORCAD_DEVICE::unitRef

Definition at line 337 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::libForInstance(), OrcadReadDevice(), and v2Device().


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