|
KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (GammaScreenRoundTrip) | |
| BOOST_AUTO_TEST_CASE (ZoomAboutPointKeepsGamma) | |
| BOOST_AUTO_TEST_CASE (ToScreenOverflowSafety) | |
| BOOST_AUTO_TEST_CASE (ImpedanceFromGamma) | |
| BOOST_AUTO_TEST_CASE (SeriesEquivalents) | |
| BOOST_AUTO_TEST_CASE (MatchMetrics) | |
| BOOST_AUTO_TEST_CASE (SParamPortParsing) | |
| BOOST_AUTO_TEST_CASE | ( | GammaScreenRoundTrip | ) |
Definition at line 26 of file test_smith_chart_math.cpp.
References BOOST_AUTO_TEST_CASE(), BOOST_CHECK_EQUAL(), SMITH_VIEW::center, SMITH_VIEW::pan, SMITH_VIEW::radius, SMITH_VIEW::ToGamma(), SMITH_VIEW::ToScreen(), and SMITH_VIEW::zoom.
| BOOST_AUTO_TEST_CASE | ( | ImpedanceFromGamma | ) |
Definition at line 139 of file test_smith_chart_math.cpp.
References BOOST_REQUIRE(), and SMITH_MATH::GammaToImpedance().
| BOOST_AUTO_TEST_CASE | ( | MatchMetrics | ) |
Definition at line 183 of file test_smith_chart_math.cpp.
References SMITH_MATH::ReturnLoss(), and SMITH_MATH::VSWR().
| BOOST_AUTO_TEST_CASE | ( | SeriesEquivalents | ) |
Definition at line 174 of file test_smith_chart_math.cpp.
References SMITH_MATH::SeriesCapacitance(), and SMITH_MATH::SeriesInductance().
| BOOST_AUTO_TEST_CASE | ( | SParamPortParsing | ) |
Definition at line 205 of file test_smith_chart_math.cpp.
References BOOST_CHECK_EQUAL(), BOOST_REQUIRE(), and SMITH_MATH::ParseSParamPorts().
| BOOST_AUTO_TEST_CASE | ( | ToScreenOverflowSafety | ) |
Definition at line 110 of file test_smith_chart_math.cpp.
References BOOST_CHECK_EQUAL(), SMITH_VIEW::center, SMITH_MATH::GammaToImpedance(), SMITH_VIEW::pan, SMITH_VIEW::radius, SMITH_VIEW::ToScreen(), and SMITH_VIEW::zoom.
| BOOST_AUTO_TEST_CASE | ( | ZoomAboutPointKeepsGamma | ) |
Definition at line 70 of file test_smith_chart_math.cpp.
References center, SMITH_VIEW::center, SMITH_VIEW::pan, SMITH_VIEW::radius, SMITH_VIEW::ToGamma(), SMITH_VIEW::zoom, and SMITH_MATH::ZoomAboutPoint().