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

Net alias attached to a wire (becomes a local label). More...

#include <orcad_records.h>

Public Attributes

std::string name
 
int x = 0
 
int y = 0
 
int rotation = 0
 0..3 quarter turns
 
int color = 0
 
int fontIdx = 0
 

Detailed Description

Net alias attached to a wire (becomes a local label).

Body layout: i32 x, i32 y, u32 color, u32 rotation, u32 fontIdx, lzt name. (x, y) is the free display position; the logical attachment is the owning wire.

Definition at line 213 of file orcad_records.h.

Member Data Documentation

◆ color

int ORCAD_ALIAS::color = 0

Definition at line 219 of file orcad_records.h.

Referenced by OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().

◆ fontIdx

int ORCAD_ALIAS::fontIdx = 0

◆ name

std::string ORCAD_ALIAS::name

◆ rotation

int ORCAD_ALIAS::rotation = 0

0..3 quarter turns

Definition at line 218 of file orcad_records.h.

Referenced by OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().

◆ x

int ORCAD_ALIAS::x = 0

◆ y

int ORCAD_ALIAS::y = 0

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