KiCad PCB EDA Suite
Loading...
Searching...
No Matches
tracks_width_versus_current_formula.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( "If you specify the maximum current, then the trace widths will be calculated to suit.\n"
3"\n"
4"If you specify one of the trace widths, the maximum current it can handle will be calculated. The width for the other trace to also handle this current will then be calculated.\n"
5"\n"
6"The controlling value is shown in bold.\n"
7"\n"
8"The calculations are valid for currents up to 35 A (external) or 17.5 A (internal), temperature rises up to 100 °C, and widths of up to 400 mils (10 mm).\n"
9"\n"
10"The formula, from IPC 2221, is\n"
11"<center>___I = K &middot; &Delta;T<sup>0.44</sup> &middot; (W &middot; H)<sup>0.725</sup>___</center>\n"
12"where:<br>\n"
13"___I___ is maximum current in A<br>\n"
14"___&Delta;T___ is temperature rise above ambient in &deg;C<br>\n"
15"___W___ is width in mils<br>\n"
16"___H___ is thickness (height) in mils<br>\n"
17"___K___ is 0.024 for internal traces or 0.048 for external traces\n"
18"" );
#define _HKI(x)