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

Pin positions are absolute page connection points. More...

#include <orcad_records.h>

Public Member Functions

bool IsNoConnect () const
 

Public Attributes

int16_t pinIndex = 0
 
int x = 0
 
int y = 0
 
uint32_t wordA = 0
 two flag/id words after (x, y)
 
uint32_t wordB = 0
 
std::vector< ORCAD_DISPLAY_PROPdisplayProps
 

Detailed Description

Pin positions are absolute page connection points.

Negative indices mark no-connects.

Definition at line 208 of file orcad_records.h.

Member Function Documentation

◆ IsNoConnect()

bool ORCAD_PIN_INST::IsNoConnect ( ) const
inline

Definition at line 217 of file orcad_records.h.

References pinIndex.

Referenced by ORCAD_CONVERTER::recordNetNameMap().

Member Data Documentation

◆ displayProps

std::vector<ORCAD_DISPLAY_PROP> ORCAD_PIN_INST::displayProps

Definition at line 215 of file orcad_records.h.

◆ pinIndex

int16_t ORCAD_PIN_INST::pinIndex = 0

Definition at line 210 of file orcad_records.h.

Referenced by IsNoConnect().

◆ wordA

uint32_t ORCAD_PIN_INST::wordA = 0

two flag/id words after (x, y)

Definition at line 213 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::placedStackedPinOffsets(), ORCAD_CONVERTER::powerNet(), and ORCAD_CONVERTER::recordNetNameMap().

◆ wordB

uint32_t ORCAD_PIN_INST::wordB = 0

◆ x

◆ y


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