Expand description
Conductor current capacity calculator.
Supports:
- IPC-2221A (legacy empirical formula)
- IPC-2152 (with modifier charts — table data needed)
Also computes: DC resistance, voltage drop, power dissipation, skin depth, current density.
§TODO
- IPC-2152 table data for more accurate results
- Solve-for-width mode (given target current, find required width)
- Temperature-adjusted resistivity
- AC resistance model (skin effect + proximity)
Structs§
- Current
Input - Inputs for conductor current capacity calculation.
- Current
Result - Result of a conductor current capacity calculation.
- Ipc2152
Input - Inputs for IPC-2152 conductor current capacity calculation.
- Ipc2152
Result - Result of an IPC-2152 calculation.
Functions§
- calculate
- Calculate conductor current capacity and related electrical properties.
- calculate_
ipc2152 - Calculate conductor current capacity per IPC-2152 with modifier tables.