|
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 |
| bool | noConnect = false |
One interface pin of a hierarchical block, at its absolute page position.
Definition at line 360 of file orcad_records.h.
| std::string ORCAD_BLOCK_PIN::name |
Definition at line 362 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().
| bool ORCAD_BLOCK_PIN::noConnect = false |
Definition at line 366 of file orcad_records.h.
Referenced by OrcadReadDrawnInstance().
| ORCAD_PORT_TYPE ORCAD_BLOCK_PIN::portType = ORCAD_PORT_TYPE::PASSIVE |
Definition at line 363 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().
| int ORCAD_BLOCK_PIN::x = 0 |
Definition at line 364 of file orcad_records.h.
Referenced by busNetAt(), connectedBusName(), ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().
| int ORCAD_BLOCK_PIN::y = 0 |
Definition at line 365 of file orcad_records.h.
Referenced by busNetAt(), connectedBusName(), ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().