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

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
 

Detailed Description

One interface pin of a hierarchical block, at its absolute page position.

Definition at line 478 of file orcad_records.h.

Member Data Documentation

◆ name

std::string ORCAD_BLOCK_PIN::name

Definition at line 480 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().

◆ portType

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().

◆ x

int ORCAD_BLOCK_PIN::x = 0

Definition at line 482 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().

◆ y

int ORCAD_BLOCK_PIN::y = 0

Definition at line 483 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::Convert(), and OrcadReadDrawnInstance().


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