|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (ExternalCurrentFromWidth) | |
| Tests for the IPC-2152 (Brooks & Adam) track width / current calculations. | |
| BOOST_AUTO_TEST_CASE (InternalCurrentFromWidth) | |
| BOOST_AUTO_TEST_CASE (InternalNotHalvedRelativeToExternal) | |
| BOOST_AUTO_TEST_CASE (InternalCopperWeightSelection) | |
| BOOST_AUTO_TEST_CASE (RoundTripExternal) | |
| BOOST_AUTO_TEST_CASE (RoundTripInternal) | |
| BOOST_AUTO_TEST_CASE (Monotonicity) | |
| BOOST_AUTO_TEST_CASE | ( | ExternalCurrentFromWidth | ) |
Tests for the IPC-2152 (Brooks & Adam) track width / current calculations.
Reference values are computed directly from the published fit dT = K * I^a * W^b * Th^c (Brooks & Adam, "Trace Currents and Temperatures Revisited," 2015, Table 3-1) with W and Th in mils and I in amperes.
Definition at line 37 of file test_track_width_calculations.cpp.
References BOOST_AUTO_TEST_CASE(), and TRACK_WIDTH_CALCULATIONS::CurrentFromWidth().
| BOOST_AUTO_TEST_CASE | ( | InternalCopperWeightSelection | ) |
Definition at line 69 of file test_track_width_calculations.cpp.
References TRACK_WIDTH_CALCULATIONS::CurrentFromWidth().
| BOOST_AUTO_TEST_CASE | ( | InternalCurrentFromWidth | ) |
Definition at line 47 of file test_track_width_calculations.cpp.
References TRACK_WIDTH_CALCULATIONS::CurrentFromWidth().
| BOOST_AUTO_TEST_CASE | ( | InternalNotHalvedRelativeToExternal | ) |
Definition at line 58 of file test_track_width_calculations.cpp.
References TRACK_WIDTH_CALCULATIONS::CurrentFromWidth().
| BOOST_AUTO_TEST_CASE | ( | Monotonicity | ) |
Definition at line 106 of file test_track_width_calculations.cpp.
References TRACK_WIDTH_CALCULATIONS::CurrentFromWidth().
| BOOST_AUTO_TEST_CASE | ( | RoundTripExternal | ) |
Definition at line 79 of file test_track_width_calculations.cpp.
References TRACK_WIDTH_CALCULATIONS::CurrentFromWidth(), and TRACK_WIDTH_CALCULATIONS::WidthFromCurrent().
| BOOST_AUTO_TEST_CASE | ( | RoundTripInternal | ) |
Definition at line 92 of file test_track_width_calculations.cpp.
References TRACK_WIDTH_CALCULATIONS::CurrentFromWidth(), and TRACK_WIDTH_CALCULATIONS::WidthFromCurrent().