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

Go to the source code of this file.

Namespaces

namespace  TRACK_WIDTH_CALCULATIONS
 Conductor current/temperature relationships based on the IPC-2152 data, fit to closed-form equations by Douglas Brooks and Johannes Adam.
 

Functions

double TRACK_WIDTH_CALCULATIONS::CurrentFromWidth (double aWidthMils, double aThicknessMils, double aDeltaT_C, bool aUseInternalLayer)
 Compute the maximum current a track can carry for a given temperature rise.
 
double TRACK_WIDTH_CALCULATIONS::WidthFromCurrent (double aCurrentA, double aThicknessMils, double aDeltaT_C, bool aUseInternalLayer)
 Compute the track width required to carry a given current for a given temperature rise.