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
 
bool noConnect = false
 

Detailed Description

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

Definition at line 360 of file orcad_records.h.

Member Data Documentation

◆ name

std::string ORCAD_BLOCK_PIN::name

Definition at line 362 of file orcad_records.h.

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

◆ noConnect

bool ORCAD_BLOCK_PIN::noConnect = false

Definition at line 366 of file orcad_records.h.

Referenced by OrcadReadDrawnInstance().

◆ portType

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

◆ x

int ORCAD_BLOCK_PIN::x = 0

◆ y

int ORCAD_BLOCK_PIN::y = 0

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