KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_rules_help_5examples.h File Reference

Go to the source code of this file.

Functions

 _HKI ("### Examples\n" "\n" " (version 1)\n" "\n" " (rule HV\n" " (constraint clearance (min 1.5mm))\n" " (condition \"A.hasNetclass('HV')\"))\n" "\n" "\n" " (rule HV\n" " (layer outer)\n" " (constraint clearance (min 1.5mm))\n" " (condition \"A.hasNetclass('HV')\"))\n" "\n" "\n" " (rule HV_HV\n" " # wider clearance between HV tracks\n" " (constraint clearance (min \"1.5mm + 2.0mm\"))\n" " (condition \"A.hasNetclass('HV') && B.hasNetclass('HV')\"))\n" "\n" "\n" " (rule HV_unshielded\n" " (constraint clearance (min 2mm))\n" " (condition \"A.hasNetclass('HV') && !A.enclosedByArea('Shield*')\"))\n" "\n" "\n" " (rule heavy_thermals\n" " (constraint thermal_spoke_width (min 0.5mm))\n" " (condition \"A.hasNetclass('HV')\"))\n" "<br><br>\n" "\n" "")
 

Function Documentation

◆ _HKI()

_HKI ( "### Examples\n" "\n" " (version 1)\n" "\n" " (rule HV\n" " (constraint clearance (min 1.5mm))\n" " (condition \"A.hasNetclass('HV')\"))\n" "\n" "\n" " (rule HV\n" " (layer outer)\n" " (constraint clearance (min 1.5mm))\n" " (condition \"A.hasNetclass('HV')\"))\n" "\n" "\n" " (rule HV_HV\n" " # wider clearance between HV tracks\n" " (constraint clearance (min \"1.5mm + 2.0mm\"))\n" " (condition \"A.hasNetclass('HV') && B.hasNetclass('HV')\"))\n" "\n" "\n" " (rule HV_unshielded\n" " (constraint clearance (min 2mm))\n" " (condition \"A.hasNetclass('HV') && !A.enclosedByArea('Shield*')\"))\n" "\n" "\n" " (rule heavy_thermals\n" " (constraint thermal_spoke_width (min 0.5mm))\n" " (condition \"A.hasNetclass('HV')\"))\n" "<br><br>\n" "\n" ""  )