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

A test point definition for manufacturing/testing access. More...

#include <pads_parser.h>

Public Attributes

std::string type
 VIA or PIN.
 
double x = 0.0
 X coordinate.
 
double y = 0.0
 Y coordinate.
 
int side = 0
 Probe side (0=through, 1=top, 2=bottom)
 
std::string net_name
 Net this test point connects to.
 
std::string symbol_name
 Symbol/pad name for the test point.
 

Detailed Description

A test point definition for manufacturing/testing access.

Definition at line 656 of file pads_parser.h.

Member Data Documentation

◆ net_name

std::string PADS_IO::TEST_POINT::net_name

Net this test point connects to.

Definition at line 662 of file pads_parser.h.

◆ side

int PADS_IO::TEST_POINT::side = 0

Probe side (0=through, 1=top, 2=bottom)

Definition at line 661 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ symbol_name

std::string PADS_IO::TEST_POINT::symbol_name

Symbol/pad name for the test point.

Definition at line 663 of file pads_parser.h.

◆ type

std::string PADS_IO::TEST_POINT::type

VIA or PIN.

Definition at line 658 of file pads_parser.h.

◆ x

double PADS_IO::TEST_POINT::x = 0.0

X coordinate.

Definition at line 659 of file pads_parser.h.

◆ y

double PADS_IO::TEST_POINT::y = 0.0

Y coordinate.

Definition at line 660 of file pads_parser.h.


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