KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_rules_help_5examples.h
Go to the documentation of this file.
1// Do not edit this file, it is autogenerated by CMake from the .md file
2_HKI( "### Examples\n"
3"\n"
4" (version 1)\n"
5"\n"
6" (rule HV\n"
7" (constraint clearance (min 1.5mm))\n"
8" (condition \"A.hasNetclass('HV')\"))\n"
9"\n"
10"\n"
11" (rule HV\n"
12" (layer outer)\n"
13" (constraint clearance (min 1.5mm))\n"
14" (condition \"A.hasNetclass('HV')\"))\n"
15"\n"
16"\n"
17" (rule HV_HV\n"
18" # wider clearance between HV tracks\n"
19" (constraint clearance (min \"1.5mm + 2.0mm\"))\n"
20" (condition \"A.hasNetclass('HV') && B.hasNetclass('HV')\"))\n"
21"\n"
22"\n"
23" (rule HV_unshielded\n"
24" (constraint clearance (min 2mm))\n"
25" (condition \"A.hasNetclass('HV') && !A.enclosedByArea('Shield*')\"))\n"
26"\n"
27"\n"
28" (rule heavy_thermals\n"
29" (constraint thermal_spoke_width (min 0.5mm))\n"
30" (condition \"A.hasNetclass('HV')\"))\n"
31"<br><br>\n"
32"\n"
33"" );
#define _HKI(x)