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

Standard signal pin definition (power, ground, etc.) More...

#include <pads_parser.h>

Public Attributes

std::string pin_number
 Pin number.
 
double width = 0.0
 Track width for connections.
 
std::string signal_name
 Standard signal name (e.g., VCC, GND)
 

Detailed Description

Standard signal pin definition (power, ground, etc.)

Definition at line 424 of file pads_parser.h.

Member Data Documentation

◆ pin_number

std::string PADS_IO::SIGPIN::pin_number

Pin number.

Definition at line 426 of file pads_parser.h.

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

◆ signal_name

std::string PADS_IO::SIGPIN::signal_name

Standard signal name (e.g., VCC, GND)

Definition at line 428 of file pads_parser.h.

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

◆ width

double PADS_IO::SIGPIN::width = 0.0

Track width for connections.

Definition at line 427 of file pads_parser.h.

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


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