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

T0x10: one pin of a placed instance, carrying the pin's absolute page position (the connection point wires attach to). More...

#include <orcad_records.h>

Public Attributes

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

T0x10: one pin of a placed instance, carrying the pin's absolute page position (the connection point wires attach to).

Body layout: u16 unknown, i16 x, i16 y, u32, u32, u16 display-prop count (framed), then padding to the structure's outer stop offset.

Definition at line 253 of file orcad_records.h.

Member Data Documentation

◆ displayProps

std::vector<ORCAD_DISPLAY_PROP> ORCAD_PIN_INST::displayProps

Definition at line 259 of file orcad_records.h.

◆ wordA

uint32_t ORCAD_PIN_INST::wordA = 0

two flag/id words after (x, y)

Definition at line 257 of file orcad_records.h.

◆ wordB

uint32_t ORCAD_PIN_INST::wordB = 0

Definition at line 258 of file orcad_records.h.

◆ x

int ORCAD_PIN_INST::x = 0

Definition at line 255 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::synthesizeSymbol().

◆ y

int ORCAD_PIN_INST::y = 0

Definition at line 256 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::synthesizeSymbol().


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