|
KiCad PCB EDA Suite
|
One interface pin of a hierarchical block, at its absolute page position. More...
#include <orcad_records.h>
Public Attributes | |
| std::string | name |
| ORCAD_PORT_TYPE | portType = ORCAD_PORT_TYPE::PASSIVE |
| int | x = 0 |
| int | y = 0 |
One interface pin of a hierarchical block, at its absolute page position.
Definition at line 478 of file orcad_records.h.
| std::string ORCAD_BLOCK_PIN::name |
Definition at line 480 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().
| ORCAD_PORT_TYPE ORCAD_BLOCK_PIN::portType = ORCAD_PORT_TYPE::PASSIVE |
Definition at line 481 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().
| int ORCAD_BLOCK_PIN::x = 0 |
Definition at line 482 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().
| int ORCAD_BLOCK_PIN::y = 0 |
Definition at line 483 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().