.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/base.yml
cc_inspy.egg-info/PKG-INFO
cc_inspy.egg-info/SOURCES.txt
cc_inspy.egg-info/dependency_links.txt
cc_inspy.egg-info/entry_points.txt
cc_inspy.egg-info/requires.txt
cc_inspy.egg-info/top_level.txt
docs/conf.py
docs/getting_started.md
docs/index.md
docs/inspy.instrument.digitalmultimeter.md
docs/inspy.instrument.md
docs/inspy.instrument.oscilloscope.md
docs/inspy.instrument.powersupply.md
docs/inspy.instrument.signalgenerator.md
docs/inspy.instrument.switch.md
docs/inspy.md
docs/inspy.transport.md
docs/_static/favicon.png
inspy/__init__.py
inspy/__main__.py
inspy/utils.py
inspy/instrument/__init__.py
inspy/instrument/_base.py
inspy/instrument/digitalmultimeter/__init__.py
inspy/instrument/digitalmultimeter/_base.py
inspy/instrument/digitalmultimeter/agilent_dmm.py
inspy/instrument/digitalmultimeter/keysight_dmm.py
inspy/instrument/oscilloscope/__init__.py
inspy/instrument/oscilloscope/_base.py
inspy/instrument/oscilloscope/agilent_oscilloscope.py
inspy/instrument/oscilloscope/keysight_oscilloscope.py
inspy/instrument/powersupply/__init__.py
inspy/instrument/powersupply/_base.py
inspy/instrument/powersupply/aimtti_psu.py
inspy/instrument/powersupply/keysight_psu.py
inspy/instrument/signalgenerator/__init__.py
inspy/instrument/signalgenerator/_base.py
inspy/instrument/signalgenerator/agilent_siggen.py
inspy/instrument/signalgenerator/hp_siggen.py
inspy/instrument/signalgenerator/keysight_siggen.py
inspy/instrument/switch/__init__.py
inspy/instrument/switch/thorlabs_optical_switch.py
inspy/transport/__init__.py
inspy/transport/_base.py
inspy/transport/_serial_clear.py
inspy/transport/_usbtmc_clear.py
inspy/transport/_usbtmc_write.py
inspy/transport/pyvisa_transport.py
inspy/transport/serial_transport.py
tests/__init__.py
tests/conftest.py
tests/test_valid_args.py
tests/test_digitalmultimeter/__init__.py
tests/test_digitalmultimeter/test_digitalmultimeter.py
tests/test_digitalmultimeter/test_agilent/__init__.py
tests/test_digitalmultimeter/test_agilent/test_agilent_34410A.py
tests/test_digitalmultimeter/test_keysight/__init__.py
tests/test_digitalmultimeter/test_keysight/test_keysight_34461a.py
tests/test_digitalmultimeter/test_keysight/test_keysight_34465a.py
tests/test_oscilloscope/__init__.py
tests/test_oscilloscope/test_oscilloscope.py
tests/test_oscilloscope/test_agilent_scope/__init__.py
tests/test_oscilloscope/test_agilent_scope/test_agilent_dso6012a.py
tests/test_oscilloscope/test_keysight_scope/__init__.py
tests/test_oscilloscope/test_keysight_scope/test_keysight_dsox1102g.py
tests/test_oscilloscope/test_keysight_scope/test_keysight_dsox1202g.py
tests/test_oscilloscope/test_keysight_scope/test_keysight_dsox2024a.py
tests/test_powersupply/__init__.py
tests/test_powersupply/test_powersupply.py
tests/test_powersupply/test_aimtti_psu/test_aimtti_pl303p.py
tests/test_powersupply/test_aimtti_psu/test_aimtti_pl303qmdp.py
tests/test_powersupply/test_keysight_psu/test_keysight_e36312a.py
tests/test_signalgenerator/test_signalgenerator.py
tests/test_signalgenerator/test_agilent/test_agilent_33220a.py
tests/test_signalgenerator/test_hp/test_hp_33120a.py
tests/test_signalgenerator/test_keysight/test_keysight_33522b.py
tests/test_switch/test_osw12.py