|
KiCad PCB EDA Suite
|
#include <cmath>#include <qa_utils/wx_utils/unit_test_utils.h>#include <transline_calculations/microstrip.h>#include <transline_calculations/transline_calculation_base.h>#include <transline_calculations/units.h>#include <transline_calculations/units_scales.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (NoCover) | |
| BOOST_AUTO_TEST_CASE (CoverAtTwoH) | |
| BOOST_AUTO_TEST_CASE (CoverAtH) | |
| BOOST_AUTO_TEST_CASE (CoverAt10HIsAsymptoticallyOpen) | |
| BOOST_AUTO_TEST_CASE (Z0MonotonicInH_T) | |
| BOOST_AUTO_TEST_CASE (WideTraceWithCloseCoverDoesNotProduceNaN) | |
| BOOST_AUTO_TEST_CASE | ( | CoverAt10HIsAsymptoticallyOpen | ) |
Definition at line 117 of file test_microstrip_cover.cpp.
References MICROSTRIP::Analyse(), EPSILON_EFF, TRANSLINE_CALCULATION_BASE::GetParameter(), and Z0.
| BOOST_AUTO_TEST_CASE | ( | CoverAtH | ) |
Definition at line 105 of file test_microstrip_cover.cpp.
References MICROSTRIP::Analyse(), EPSILON_EFF, TRANSLINE_CALCULATION_BASE::GetParameter(), and Z0.
| BOOST_AUTO_TEST_CASE | ( | CoverAtTwoH | ) |
Definition at line 91 of file test_microstrip_cover.cpp.
References MICROSTRIP::Analyse(), EPSILON_EFF, TRANSLINE_CALCULATION_BASE::GetParameter(), and Z0.
| BOOST_AUTO_TEST_CASE | ( | NoCover | ) |
Definition at line 81 of file test_microstrip_cover.cpp.
References MICROSTRIP::Analyse(), BOOST_AUTO_TEST_CASE(), EPSILON_EFF, TRANSLINE_CALCULATION_BASE::GetParameter(), and Z0.
| BOOST_AUTO_TEST_CASE | ( | WideTraceWithCloseCoverDoesNotProduceNaN | ) |
Definition at line 151 of file test_microstrip_cover.cpp.
References MICROSTRIP::Analyse(), BOOST_TEST(), EPSILON_EFF, TRANSLINE_CALCULATION_BASE::GetParameter(), PHYS_WIDTH, TRANSLINE_CALCULATION_BASE::SetParameter(), and Z0.
| BOOST_AUTO_TEST_CASE | ( | Z0MonotonicInH_T | ) |
Definition at line 137 of file test_microstrip_cover.cpp.
References MICROSTRIP::Analyse(), BOOST_TEST(), TRANSLINE_CALCULATION_BASE::GetParameter(), and Z0.