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

Pin definition within a gate. More...

#include <pads_parser.h>

Public Attributes

std::string pin_number
 Electrical pin number.
 
int swap_type = 0
 Swap type (0 = not swappable)
 
PIN_ELEC_TYPE elec_type = PIN_ELEC_TYPE::UNDEFINED
 
std::string func_name
 Optional functional name.
 

Detailed Description

Pin definition within a gate.

Definition at line 450 of file pads_parser.h.

Member Data Documentation

◆ elec_type

PIN_ELEC_TYPE PADS_IO::GATE_PIN::elec_type = PIN_ELEC_TYPE::UNDEFINED

Definition at line 454 of file pads_parser.h.

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

◆ func_name

std::string PADS_IO::GATE_PIN::func_name

Optional functional name.

Definition at line 455 of file pads_parser.h.

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

◆ pin_number

std::string PADS_IO::GATE_PIN::pin_number

Electrical pin number.

Definition at line 452 of file pads_parser.h.

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

◆ swap_type

int PADS_IO::GATE_PIN::swap_type = 0

Swap type (0 = not swappable)

Definition at line 453 of file pads_parser.h.

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


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