Go to the source code of this file.
|
| 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.
|
| |
|
| 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.
|
| |