|
KiCad PCB EDA Suite
|
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. | |
A test point definition for manufacturing/testing access.
Definition at line 656 of file pads_parser.h.
| std::string PADS_IO::TEST_POINT::net_name |
Net this test point connects to.
Definition at line 662 of file pads_parser.h.
| 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().
| std::string PADS_IO::TEST_POINT::symbol_name |
Symbol/pad name for the test point.
Definition at line 663 of file pads_parser.h.
| std::string PADS_IO::TEST_POINT::type |
VIA or PIN.
Definition at line 658 of file pads_parser.h.
| double PADS_IO::TEST_POINT::x = 0.0 |
X coordinate.
Definition at line 659 of file pads_parser.h.
| double PADS_IO::TEST_POINT::y = 0.0 |
Y coordinate.
Definition at line 660 of file pads_parser.h.