20#ifndef TRACK_WIDTH_CALCULATIONS_H
21#define TRACK_WIDTH_CALCULATIONS_H
57 double CurrentFromWidth(
double aWidthMils,
double aThicknessMils,
double aDeltaT_C,
58 bool aUseInternalLayer );
69 double WidthFromCurrent(
double aCurrentA,
double aThicknessMils,
double aDeltaT_C,
70 bool aUseInternalLayer );
Conductor current/temperature relationships based on the IPC-2152 data, fit to closed-form equations ...
double CurrentFromWidth(double aWidthMils, double aThicknessMils, double aDeltaT_C, bool aUseInternalLayer)
Compute the maximum current a track can carry for a given temperature rise.
double 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.