.gitignore
.gitlab-ci.yml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/docs-check.yml
.github/workflows/env-tests.yml
docs/Makefile
docs/make.bat
docs/source/FAQ-de.rst
docs/source/FAQ-en.rst
docs/source/boardansicht.png
docs/source/conf.py
docs/source/dat-file-grammar-de.rst
docs/source/dat-file-grammar-en.rst
docs/source/dat-file-grammar.rst
docs/source/docs_maintenance-de.rst
docs/source/docs_maintenance-en.rst
docs/source/docs_maintenance.rst
docs/source/dot-grammar-de.rst
docs/source/dot-grammar-en.rst
docs/source/dot-grammar.rst
docs/source/eingabe1.png
docs/source/eingabe2.png
docs/source/gtem_e0y.png
docs/source/index.rst
docs/source/installation-walktrough.rst
docs/source/intro-driver-de.rst
docs/source/intro-driver-en.rst
docs/source/intro-install-de.rst
docs/source/intro-install-en.rst
docs/source/intro-structure-de.rst
docs/source/intro-structure-en.rst
docs/source/maincal-after.png
docs/source/maincal-before.png
docs/source/messanleitung-de.rst
docs/source/messanleitung-en.rst
docs/source/messanleitung-historisch-de.rst
docs/source/messanleitung-historisch-en.rst
docs/source/messanleitung.rst
docs/source/messaufbau.png
docs/source/messordner-after.png
docs/source/messordner-before.png
docs/source/mpylab-de.rst
docs/source/mpylab-en.rst
docs/source/mpylab.rst
docs/source/pos-horizon.png
docs/source/pos-vert.png
docs/source/pos12.png
docs/source/pos3.png
docs/source/_static/.gitkeep
docs/source/api/gtem_e0y.png
docs/source/api/modules.rst
docs/source/api/pos-horizon.png
docs/source/api/pos-vert.png
docs/source/api/pos12.png
docs/source/api/pos3.png
docs/source/de/FAQ.rst
docs/source/de/boardansicht.png
docs/source/de/dat-file-grammar.rst
docs/source/de/docs_maintenance.rst
docs/source/de/dot-grammar.rst
docs/source/de/eingabe1.png
docs/source/de/eingabe2.png
docs/source/de/historical-measurement-guide.rst
docs/source/de/index.rst
docs/source/de/intro-driver.rst
docs/source/de/intro-install.rst
docs/source/de/intro-structure.rst
docs/source/de/maincal-after.png
docs/source/de/maincal-before.png
docs/source/de/measurement-guide.rst
docs/source/de/messanleitung-historisch.rst
docs/source/de/messanleitung.rst
docs/source/de/messaufbau.png
docs/source/de/messordner-after.png
docs/source/de/messordner-before.png
docs/source/de/mpylab.rst
docs/source/de/legacy/intro-driver-framework.rst
docs/source/de/mpylab/ui_adapter_contract.rst
docs/source/en/FAQ.rst
docs/source/en/dat-file-grammar.rst
docs/source/en/docs_maintenance.rst
docs/source/en/dot-grammar.rst
docs/source/en/historical-measurement-guide.rst
docs/source/en/index.rst
docs/source/en/intro-driver.rst
docs/source/en/intro-install.rst
docs/source/en/intro-structure.rst
docs/source/en/measurement-guide.rst
docs/source/en/messanleitung-historisch.rst
docs/source/en/messanleitung.rst
docs/source/en/mpylab.rst
docs/source/en/legacy/intro-driver-framework.rst
docs/source/en/mpylab/ui_adapter_contract.rst
docs/source/legacy/index.rst
docs/source/legacy/intro-driver-framework-de.rst
docs/source/legacy/intro-driver-framework-en.rst
docs/source/mpylab/driver_framework.rst
docs/source/mpylab/ui_adapter_contract-de.rst
docs/source/mpylab/ui_adapter_contract-en.rst
docs/source/mpylab/ui_adapter_contract.rst
src/mpylab/LICENSE
src/mpylab/__init__.py
src/mpylab/_version.py
src/mpylab.egg-info/PKG-INFO
src/mpylab.egg-info/SOURCES.txt
src/mpylab.egg-info/dependency_links.txt
src/mpylab.egg-info/requires.txt
src/mpylab.egg-info/top_level.txt
src/mpylab/device/__init__.py
src/mpylab/device/amp_ar_25s1g4.py
src/mpylab/device/amp_blma_1018_100.py
src/mpylab/device/amp_blwa_0810_100.py
src/mpylab/device/amp_cba_1g_030d.py
src/mpylab/device/amp_ifi_smx25.py
src/mpylab/device/amplifier.py
src/mpylab/device/amplifier_ui.py
src/mpylab/device/amplifier_virtual.py
src/mpylab/device/communication_debug.py
src/mpylab/device/communication_generic.py
src/mpylab/device/communication_gpib.py
src/mpylab/device/communication_prologix.py
src/mpylab/device/device.py
src/mpylab/device/driver.py
src/mpylab/device/driver_base.py
src/mpylab/device/fieldprobe.py
src/mpylab/device/fieldprobe_ui.py
src/mpylab/device/mc_teseq_stirrer.py
src/mpylab/device/mc_virtual.py
src/mpylab/device/motorcontroller.py
src/mpylab/device/motorcontroller_ui.py
src/mpylab/device/mpy_exceptions.py
src/mpylab/device/networkanalyzer.py
src/mpylab/device/networkanalyzer_ui.py
src/mpylab/device/nport.py
src/mpylab/device/nport_ui.py
src/mpylab/device/nw_rs_zvl.py
src/mpylab/device/nw_rs_zvl_virtual.py
src/mpylab/device/pm_gt_8540c.py
src/mpylab/device/pm_lumiloop_lspm.py
src/mpylab/device/pm_rs_nrp.py
src/mpylab/device/pm_rs_zlv_6.py
src/mpylab/device/pm_rxatt.py
src/mpylab/device/pm_virtual.py
src/mpylab/device/pmini.ini
src/mpylab/device/powermeter.py
src/mpylab/device/powermeter2c.py
src/mpylab/device/powermeter_ui.py
src/mpylab/device/prb_ar_fm7004.py
src/mpylab/device/prb_lumiloop_lsprobe.py
src/mpylab/device/prb_pmm_ep601.py
src/mpylab/device/prb_virtual.py
src/mpylab/device/prologix_gpib.py
src/mpylab/device/prologix_simulator.py
src/mpylab/device/rec_pmm_9010.py
src/mpylab/device/rec_rs_eshs30.py
src/mpylab/device/rec_rs_eshs30_dummy.py
src/mpylab/device/rec_rs_eshs30_gpib_ctypes.py
src/mpylab/device/rec_rs_esu.py
src/mpylab/device/receiver.py
src/mpylab/device/receiver_ui.py
src/mpylab/device/receiver_virtual.py
src/mpylab/device/sa_pmm_9010.py
src/mpylab/device/sa_rs_esu.py
src/mpylab/device/sa_rs_zvl.py
src/mpylab/device/sg_gt_12000a.py
src/mpylab/device/sg_rs_smb100a.py
src/mpylab/device/sg_rs_smc100a.py
src/mpylab/device/sg_rs_smf100a.py
src/mpylab/device/sg_rs_smr.py
src/mpylab/device/sg_rs_swm.py
src/mpylab/device/sg_virtual.py
src/mpylab/device/signalgenerator.py
src/mpylab/device/signalgenerator_ui.py
src/mpylab/device/spectrumanalyzer.py
src/mpylab/device/spectrumanalyzer_ui.py
src/mpylab/device/spectrumanalyzer_virtual.py
src/mpylab/device/switch.py
src/mpylab/device/switch_virtual.py
src/mpylab/device/ui_frequency.py
src/mpylab/device/ui_ini_draft.py
src/mpylab/device/ui_quantity_display.py
src/mpylab/device/validators.py
src/mpylab/device/vlisn.py
src/mpylab/device/vlisn_cyberkombinat_usb-pd.py
src/mpylab/device/vlisn_heinen_nnb4_32.py
src/mpylab/device/vlisn_rs_env216.py
src/mpylab/device/vlisn_rs_env216_dummy.py
src/mpylab/device/vlisn_rs_esh3-z4.py
src/mpylab/device/vlisn_ui.py
src/mpylab/device/vlisn_virtual.py
src/mpylab/device/legacy/Meta_ui.py
src/mpylab/device/legacy/__init__.py
src/mpylab/device/legacy/driver_new.py
src/mpylab/device/legacy/meta_driver.py
src/mpylab/device/legacy/networkanalyzer_rs_zvl_ui.py
src/mpylab/device/legacy/nw_rs_zvl_metaclass.py
src/mpylab/device/legacy/r_types.py
src/mpylab/device/legacy/receiver_qtdesigner_ui.py
src/mpylab/device/legacy/receiver_qtdesigner_ui.ui
src/mpylab/device/legacy/receiver_ui_main.py
src/mpylab/env/Measure.py
src/mpylab/env/__init__.py
src/mpylab/env/custom.py
src/mpylab/env/msc/ImmunityThreshold.py
src/mpylab/env/msc/MSC.py
src/mpylab/env/msc/__init__.py
src/mpylab/env/msc/name_maps.py
src/mpylab/env/tem/TEMCell.py
src/mpylab/env/tem/__init__.py
src/mpylab/env/tem/name_maps.py
src/mpylab/env/ui/__init__.py
src/mpylab/env/ui/ui_adapter.py
src/mpylab/env/univers/AmplifierTest.py
src/mpylab/env/univers/__init__.py
src/mpylab/env/univers/name_maps.py
src/mpylab/limits/__init__.py
src/mpylab/limits/limit.py
src/mpylab/limits/limits_ui.py
src/mpylab/limits/limits_ui.ui
src/mpylab/limits/limits_ui_main.py
src/mpylab/limits/qtlimit_proxy.py
src/mpylab/limits/conducted_emission/__init__.py
src/mpylab/limits/conducted_emission/en_55011.py
src/mpylab/limits/conducted_emission/en_55032.py
src/mpylab/limits/conducted_emission/fcc_part15_subpartb.py
src/mpylab/limits/conducted_emission/fcc_part18_subpartc.py
src/mpylab/limits/conducted_emission/iec_61000_6_3.py
src/mpylab/limits/conducted_emission/iec_61000_6_4.py
src/mpylab/limits/radiated_emission/__init__.py
src/mpylab/limits/radiated_emission/en_55011.py
src/mpylab/limits/radiated_emission/fcc_part15_subpartb.py
src/mpylab/limits/radiated_emission/fcc_part18_subpartc.py
src/mpylab/limits/radiated_emission/iec_61000_6_3.py
src/mpylab/limits/radiated_emission/iec_61000_6_4.py
src/mpylab/tools/PControler.py
src/mpylab/tools/__init__.py
src/mpylab/tools/aunits.py
src/mpylab/tools/calling.py
src/mpylab/tools/compare.py
src/mpylab/tools/configuration.py
src/mpylab/tools/dataparser.py
src/mpylab/tools/directivity.py
src/mpylab/tools/distributions.py
src/mpylab/tools/dot.g
src/mpylab/tools/dot.py
src/mpylab/tools/dotparser.py
src/mpylab/tools/gtem_e0y.py
src/mpylab/tools/interpol.py
src/mpylab/tools/keyboard.py
src/mpylab/tools/level_control.py
src/mpylab/tools/levenshtein.py
src/mpylab/tools/mgraph.py
src/mpylab/tools/numeric_eval.py
src/mpylab/tools/plyparser.py
src/mpylab/tools/plyparser_DatFile_parsetab.py
src/mpylab/tools/regular_expressions.py
src/mpylab/tools/sin_fit.py
src/mpylab/tools/space_generators.py
src/mpylab/tools/spacing.py
src/mpylab/tools/statistic.py
src/mpylab/tools/uconv.py
src/mpylab/tools/uncertain.py
src/mpylab/tools/unit_conversion.py
src/mpylab/tools/unixcrt.py
src/mpylab/tools/util.py
src/mpylab/tools/yappsrt.py
src/mpylab/tools/legacy/dot.g-old
src/mpylab/tools/legacy/dot.py-old
test/.hgignore
test/SomeMeasureClass.py
test/fit_dist.py
test/gt_test.py
test/gt_test2.py
test/gt_test3.py
test/messenger.py
test/nrp-test.py
test/pmm9010_test.py
test/test_calling_sequence.py
test/test_do_autosave.py
test/test_env_refactor_pr1_pr2.py
test/test_env_smoke.py
test/test_interactive.py
test/test_interpol.py
test/test_send_email.py
test/test_statistics.py
test/unwrap-test.gp
test/wx_mpl_dynamic_graph.py
test/AmplifierTest/GTEM/AT-test-IFISMX25.py
test/AmplifierTest/GTEM/AT-test-ar25s1g4.py
test/AmplifierTest/RC/AT-test-BLMA.py
test/AmplifierTest/RC/AT-test-BLWA.py
test/AmplifierTest/RC/amp-hf-bonn-blma.ini
test/AmplifierTest/RC/amp-lf-bonn-blwa.ini
test/EMail/email_test.py
test/FieldProbeTest/FieldProbeTest_LargeRC.py
test/FieldProbeTest/FieldProbeTest_LargeRC_01.p
test/FieldProbeTest/FieldProbeTest_LargeRC_02.p
test/FieldProbeTest/FieldProbeTest_LargeRC_02a.png
test/FieldProbeTest/FieldProbeTest_LargeRC_02b.png
test/FieldProbeTest/FieldProbeTest_LargeRC_alt.py
test/FieldProbeTest/FieldProbeTest_SmallRC.py
test/GTEM-Stoerfestigkeit/.hgignore
test/GTEM-Stoerfestigkeit/Gtem-Kal.Okt2007-gesamt.csv
test/GTEM-Stoerfestigkeit/gtem-stoerfestigkeit.dot
test/GTEM-Stoerfestigkeit/scr3502.py
test/GTEM-Stoerfestigkeit/test.py
test/MSCClassTest/MainCal.py
test/MSCClassTest/conf.py
test/MSCClassTest/msc.log
test/MSCClassTest/ouprocessed-test.py
test/MSCClassTest/reinit-test.py
test/MSCClassTest/testp.py
test/MSCClassTest/Save/AfterEval.p
test/MSCClassTest/Save/AfterMeasure.p
test/MSCClassTest/Save/msc-maincal.p
test/MSCClassTest/Save/msc.log
test/MSCClassTest/Save/out_processed_maincal-empty_loaded_empty+loaded.dat
test/MSCClassTest/Save/out_raw_maincal-empty.dat
test/MSCClassTest/Save/out_raw_maincal-loaded.dat
test/PLevel-mgraph/AR25S1G4-gain.csv
test/PLevel-mgraph/AR25S1G4-pin-comp.csv
test/PLevel-mgraph/AT-test-AR25S1G4.py
test/PLevel-mgraph/AT-test-IFISMX25.py
test/PLevel-mgraph/AT-test.py
test/PLevel-mgraph/IFI SMX25-new-processed.p
test/PLevel-mgraph/IFI SMX25-new.p
test/PLevel-mgraph/IFISMX25-gain.csv
test/PLevel-mgraph/IFISMX25-pin-comp.csv
test/PLevel-mgraph/IFISMX25-pout-comp.csv
test/PLevel-mgraph/amp-test.py
test/PLevel-mgraph/amplifier-test.dot
test/PLevel-mgraph/at-smx25.p
test/PLevel-mgraph/at.log
test/PLevel-mgraph/at.p
test/PLevel-mgraph/cbl-test.py
test/PLevel-mgraph/dot-test.py
test/PLevel-mgraph/fplv.dat
test/PLevel-mgraph/gtem-immunity-calibration.dot
test/PLevel-mgraph/gtem-immunity-calibration.png
test/PLevel-mgraph/gtem-immunity.dot
test/PLevel-mgraph/gtem-immunity.dot.eps
test/PLevel-mgraph/gtem-immunity.jpg
test/PLevel-mgraph/ltest.py
test/PLevel-mgraph/mpgraph-pickle-test.py
test/PLevel-mgraph/mvk-immunity.dot
test/PLevel-mgraph/mvk-immunity.png
test/PLevel-mgraph/pcompression.dat
test/PLevel-mgraph/pin-pout.csv
test/PLevel-mgraph/pin-pout_800e6.csv
test/PLevel-mgraph/prb-ltest.py
test/PLevel-mgraph/simple.dot
test/PLevel-mgraph/sw_gtem.py
test/PLevel-mgraph/MVKini/01-sg-direct-term.dat
test/PLevel-mgraph/MVKini/02-sg-direct-LFant.dat
test/PLevel-mgraph/MVKini/03-sg-direct-HFant.dat
test/PLevel-mgraph/MVKini/04-sg-LFamp.dat
test/PLevel-mgraph/MVKini/05-sg-HFamp.dat
test/PLevel-mgraph/MVKini/06-LFamp-LFcoup-LFant.dat
test/PLevel-mgraph/MVKini/07-LFamp-LFcoup-HFant.dat
test/PLevel-mgraph/MVKini/08-HFamp-LFant.dat
test/PLevel-mgraph/MVKini/09-HFamp-HFant.dat
test/PLevel-mgraph/MVKini/10-LFamp-LFcoup-PMAfwd.dat
test/PLevel-mgraph/MVKini/11-LFamp-LFcoup-PMBrev.dat
test/PLevel-mgraph/MVKini/12-LFant-LFcoup-PMAfwd.dat
test/PLevel-mgraph/MVKini/13-LFant-LFcoup-PMBrev.dat
test/PLevel-mgraph/MVKini/14-HFampfwd-PMAfwd.dat
test/PLevel-mgraph/MVKini/15-HFamprev-PMBrev.dat
test/PLevel-mgraph/MVKini/16-RxLFant-direct-PM.dat
test/PLevel-mgraph/MVKini/17-RxLFant-att20-PM.dat
test/PLevel-mgraph/MVKini/18-RxHFant-direct-PM.dat
test/PLevel-mgraph/MVKini/19-RxHFant-att20-PM.dat
test/PLevel-mgraph/MVKini/20-RxLFant-direct-Rec.dat
test/PLevel-mgraph/MVKini/21-RxLFant-att20-Rec.dat
test/PLevel-mgraph/MVKini/22-RxHFant-direct-Rec.dat
test/PLevel-mgraph/MVKini/23-RxHFant-att20-Rec.dat
test/PLevel-mgraph/ini/amp1out-gtem.dat
test/PLevel-mgraph/ini/amp1out-gtem.ini
test/PLevel-mgraph/ini/amp1out-pm1.dat
test/PLevel-mgraph/ini/amp1out-pm1.ini
test/PLevel-mgraph/ini/amp2out-gtem.dat
test/PLevel-mgraph/ini/amp2out-gtem.ini
test/PLevel-mgraph/ini/amp2out-pm1.dat
test/PLevel-mgraph/ini/amp2out-pm1.ini
test/PLevel-mgraph/ini/amp_ar_25s1g4.ini
test/PLevel-mgraph/ini/amp_ifi_smx25.ini
test/PLevel-mgraph/ini/gtem-rec30m.dat
test/PLevel-mgraph/ini/gtem-rec30m.ini
test/PLevel-mgraph/ini/gtem-rec3g.dat
test/PLevel-mgraph/ini/gtem-rec3g.ini
test/PLevel-mgraph/ini/gtem1-pm2.dat
test/PLevel-mgraph/ini/gtem1-pm2.ini
test/PLevel-mgraph/ini/gtem2-pm2.dat
test/PLevel-mgraph/ini/gtem2-pm2.ini
test/PLevel-mgraph/ini/pm_gt_8542.ini
test/PLevel-mgraph/ini/prb_pmm_ep601.ini
test/PLevel-mgraph/ini/sg-amp1in.dat
test/PLevel-mgraph/ini/sg-amp1in.ini
test/PLevel-mgraph/ini/sg-amp2in.dat
test/PLevel-mgraph/ini/sg-amp2in.ini
test/PLevel-mgraph/ini/sg-gtem-direct.dat
test/PLevel-mgraph/ini/sg-gtem-direct.ini
test/PLevel-mgraph/ini/sg_rs_smb100a.ini
test/PLevel-mgraph/ini/sw_gtem.ini
test/PLevel-mgraph/ini/sw_term_1e9.ini
test/PLevel-mgraph/ini/sw_term_800e6.ini
test/PowerLeveling/pl-test.py
test/RCTest/AT-test-BLMA.py
test/RCTest/AT-test-BLWA.py
test/RCTest/corr_hftx.dat
test/RCTest/e.dat
test/RCTest/e.gp
test/RCTest/elevel-test.py
test/RCTest/mgraph-test.py
test/RCTest/plevel-test.py
test/RCTest/plevel-test2.py
test/RCTest/pm_gt_8542.ini
test/RCTest/t.dat
test/RCTest/t10.dat
test/RCTest/t11.dat
test/RCTest/t2.dat
test/RCTest/t3.dat
test/RCTest/t4.dat
test/RCTest/t4.eps
test/RCTest/t5.dat
test/RCTest/t6.dat
test/RCTest/t6.eps
test/RCTest/t7.dat
test/RCTest/t8.dat
test/RCTest/t9.dat
test/RCTest/test.eps
test/RCTest/test.gp
test/RC_E_vs_T/e_vs_t.py
test/RC_E_vs_T/e_vs_t_250MHz.p
test/RC_E_vs_T/e_vs_t_800MHz.p
test/RC_E_vs_T/eval.py
test/RC_E_vs_T/eval2.py
test/amp_test/test.py
test/cbl-test/.hgignore
test/cbl-test/10dB.dat
test/cbl-test/10dB.ini
test/cbl-test/action.py
test/cbl-test/amplifier-test.py
test/cbl-test/amplifier.ini
test/cbl-test/cable.dat
test/cbl-test/cable.ini
test/cbl-test/cbl-test.py
test/cbl-test/complex.dot
test/cbl-test/mgraph-test.py
test/cbl-test/plyparser_DatFile_parsetab.py
test/cbl-test/simple.dot
test/cbl-test/test.dot
test/cbl-test/test.gp
test/cbl-test/test2.dot
test/cbl-test/test3.dot
test/cbl-test/umd-cable-AMP-ANT_HF.ini
test/cbl-test/umd-cable-AMP-ANT_LF.ini
test/cbl-test/umd-cable-PM-FWD_HF.ini
test/cbl-test/umd-cable-PM-FWD_LF.ini
test/cbl-test/umd-cable-PM-REV_HF.ini
test/cbl-test/umd-cable-PM-REV_LF.ini
test/cbl-test/umddevice-test.py
test/cbl-test/dat/.hgignore
test/cbl-test/dat/AR100S1G4-MSC-gain-1dB.dat
test/cbl-test/dat/AR100S1G4-MSC-gain-3dB.dat
test/cbl-test/dat/AR100S1G4-MSC-maxin-1dB.dat
test/cbl-test/dat/AR100S1G4-MSC-maxin-3dB.dat
test/cbl-test/dat/AR100S1G4-MSC-maxout-1dB.dat
test/cbl-test/dat/AR100S1G4-MSC-maxout-3dB.dat
test/cbl-test/dat/AR100W1000M1-gain-1dB.dat
test/cbl-test/dat/AR100W1000M1-gain-3dB.dat
test/cbl-test/dat/AR100W1000M1-maxin-1dB.dat
test/cbl-test/dat/AR100W1000M1-maxin-3dB.dat
test/cbl-test/dat/AR100W1000M1-maxout-1dB.dat
test/cbl-test/dat/AR100W1000M1-maxout-3dB.dat
test/cbl-test/dat/AR10W1000A-gain-1dB.dat
test/cbl-test/dat/AR10W1000A-gain-3dB.dat
test/cbl-test/dat/AR10W1000A-maxin-1dB.dat
test/cbl-test/dat/AR10W1000A-maxin-3dB.dat
test/cbl-test/dat/AR10W1000A-maxout-1dB.dat
test/cbl-test/dat/AR10W1000A-maxout-3dB.dat
test/cbl-test/dat/HF906_03af.dat
test/cbl-test/dat/HF906_03gain.dat
test/cbl-test/dat/HF906_04af.dat
test/cbl-test/dat/HF906_04gain.dat
test/cbl-test/dat/SG-AMP_LF.dat
test/cbl-test/dat/amplifier1-gain.dat
test/cbl-test/dat/amplifier1-maxbwd.dat
test/cbl-test/dat/amplifier1-maxfwd.dat
test/cbl-test/dat/amplifier1-maxinp.dat
test/cbl-test/dat/amplifier2-gain.dat
test/cbl-test/dat/amplifier2-maxbwd.dat
test/cbl-test/dat/amplifier2-maxfwd.dat
test/cbl-test/dat/amplifier2-maxinp.dat
test/cbl-test/dat/att-0dB.dat
test/cbl-test/dat/att-10dB.dat
test/cbl-test/dat/att-30dB.dat
test/cbl-test/dat/bbv9718-s21.dat
test/cbl-test/dat/cbl-RefAnt-pm-0db-hf.dat
test/cbl-test/dat/cbl-RefAnt-pm-0db-lf.dat
test/cbl-test/dat/cbl-RefAnt-pm-10db-hf.dat
test/cbl-test/dat/cbl-RefAnt-pm-10db-lf.dat
test/cbl-test/dat/cbl-RefAnt-pm-20db-hf.dat
test/cbl-test/dat/cbl-RefAnt-pm-20db-lf.dat
test/cbl-test/dat/cbl-RefAnt-pm-30db-hf.dat
test/cbl-test/dat/cbl-RefAnt-pm-30db-lf.dat
test/cbl-test/dat/cbl-RefAnt-pm-3db-hf.dat
test/cbl-test/dat/cbl-RefAnt-pm-3db-lf.dat
test/cbl-test/dat/cbl-SG-AMP-LF.dat
test/cbl-test/dat/cbl-amp-ant-hf.dat
test/cbl-test/dat/cbl-amp-ant-lf.dat
test/cbl-test/dat/cbl-amp-pm-fwd-hf.dat
test/cbl-test/dat/cbl-amp-pm-fwd-lf.dat
test/cbl-test/dat/cbl-ant-pm-ref-hf.dat
test/cbl-test/dat/cbl-ant-pm-ref-lf.dat
test/cbl-test/dat/cbl-sg-amp-hf.dat
test/cbl-test/dat/horn_eff.dat
test/cbl-test/dat/log-per_eff.dat
test/cbl-test/dat/s21.dat
test/cbl-test/dat/s31.dat
test/cbl-test/dat/s42.dat
test/cbl-test/dat/testaf.dat
test/cbl-test/dat/testcable.dat
test/cbl-test/dat/testeff.dat
test/cbl-test/dat/testgain.dat
test/dataclass/test_dataclass.py
test/e0y/e0y-test.py
test/graph-test/gt8540c.ini
test/graph-test/gtest.py
test/graph-test/gtestui.py
test/graph-test/rs_swm.ini
test/graph-test/smwtest.dot
test/graph-test/smx25.ini
test/graph-test/test-swm.py
test/graph-test/test.dot
test/graph-test/test.py
test/gtem-immunity-test/conf.py
test/gtem-immunity-test/immunity.py
test/rel_import/config.py
test/rel_import/rel_import.py
test/sg-test/.hgignore
test/sg-test/sg-test.py
test/sg-test/smr.ini
test/swm05_test.py/griddata.py
test/swm05_test.py/testplot.py
test/swm05_test.py/testplot2.py
test/swm05_test.py/tswm.py
test/test/.hgignore
test/test/messung_Q.py
test/test/test.py
test/test/test_antenna.py
test/test/test_nport_cable.py
test/test/test_signalgenerator.py
test/test/test_spectrumanalyzer.py
tools/docs_audit.py
tools/docs_generate_api.py