KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::LAYER_INFO Struct Reference

#include <pads_parser.h>

Public Attributes

int number
 PADS layer number.
 
std::string name
 
PADS_LAYER_FUNCTION layer_type
 
bool is_copper
 
bool required
 Layer must be mapped.
 
double layer_thickness = 0.0
 Dielectric, BASIC units.
 
double copper_thickness = 0.0
 Copper foil, BASIC units.
 
double dielectric_constant = 0.0
 Er.
 
int routing_direction = -1
 0=horizontal, 1=vertical, 2=no preference
 

Detailed Description

Definition at line 564 of file pads_parser.h.

Member Data Documentation

◆ copper_thickness

double PADS_IO::LAYER_INFO::copper_thickness = 0.0

Copper foil, BASIC units.

Definition at line 572 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().

◆ dielectric_constant

double PADS_IO::LAYER_INFO::dielectric_constant = 0.0

◆ is_copper

bool PADS_IO::LAYER_INFO::is_copper

Definition at line 569 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().

◆ layer_thickness

double PADS_IO::LAYER_INFO::layer_thickness = 0.0

Dielectric, BASIC units.

Definition at line 571 of file pads_parser.h.

Referenced by PADS_PCB_CONVERTER::BuildStackup(), and PADS_IO::PARSER::parseSectionLAYERDEFS().

◆ layer_type

PADS_LAYER_FUNCTION PADS_IO::LAYER_INFO::layer_type

Definition at line 568 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().

◆ name

std::string PADS_IO::LAYER_INFO::name

Definition at line 567 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().

◆ number

int PADS_IO::LAYER_INFO::number

PADS layer number.

Definition at line 566 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().

◆ required

bool PADS_IO::LAYER_INFO::required

Layer must be mapped.

Definition at line 570 of file pads_parser.h.

Referenced by PADS_IO::PARSER::parseSectionLAYERDEFS().

◆ routing_direction

int PADS_IO::LAYER_INFO::routing_direction = -1

0=horizontal, 1=vertical, 2=no preference

Definition at line 574 of file pads_parser.h.


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