.coveragerc
.gitignore
.pre-commit-config.yaml
AUTHORS
CHANGES
ChangeLog
LICENSE
MANIFEST.in
README.rst
azure-pipelines.yml
bors.toml
code-of-conduct.md
dev-requirements.txt
pyproject.toml
setup.cfg
setup.py
visa.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/instrument-communication-issue.md
.github/workflows/ci.yml
.github/workflows/docs.yml
PyVISA.egg-info/PKG-INFO
PyVISA.egg-info/SOURCES.txt
PyVISA.egg-info/dependency_links.txt
PyVISA.egg-info/entry_points.txt
PyVISA.egg-info/not-zip-safe
PyVISA.egg-info/requires.txt
PyVISA.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/substitutions.sub
docs/source/_static/logo-full.jpg
docs/source/advanced/architecture.rst
docs/source/advanced/backends.rst
docs/source/advanced/continuous_integration.rst
docs/source/advanced/index.rst
docs/source/api/constants.rst
docs/source/api/index.rst
docs/source/api/resourcemanager.rst
docs/source/api/resources.rst
docs/source/api/visalibrarybase.rst
docs/source/faq/contributing.rst
docs/source/faq/faq.rst
docs/source/faq/getting_nivisa.rst
docs/source/faq/index.rst
docs/source/faq/migrating.rst
docs/source/introduction/communication.rst
docs/source/introduction/configuring.rst
docs/source/introduction/event_handling.rst
docs/source/introduction/example.rst
docs/source/introduction/getting.rst
docs/source/introduction/index.rst
docs/source/introduction/names.rst
docs/source/introduction/resources.rst
docs/source/introduction/rvalues.rst
docs/source/introduction/shell.rst
examples/itc4.py
examples/keithley2000.py
pyvisa/__init__.py
pyvisa/attributes.py
pyvisa/cmd_line_tools.py
pyvisa/constants.py
pyvisa/errors.py
pyvisa/events.py
pyvisa/highlevel.py
pyvisa/py.typed
pyvisa/rname.py
pyvisa/shell.py
pyvisa/typing.py
pyvisa/util.py
pyvisa/ctwrapper/__init__.py
pyvisa/ctwrapper/cthelper.py
pyvisa/ctwrapper/functions.py
pyvisa/ctwrapper/highlevel.py
pyvisa/ctwrapper/types.py
pyvisa/resources/__init__.py
pyvisa/resources/firewire.py
pyvisa/resources/gpib.py
pyvisa/resources/messagebased.py
pyvisa/resources/pxi.py
pyvisa/resources/registerbased.py
pyvisa/resources/resource.py
pyvisa/resources/serial.py
pyvisa/resources/tcpip.py
pyvisa/resources/usb.py
pyvisa/resources/vxi.py
pyvisa/testsuite/__init__.py
pyvisa/testsuite/test_attributes.py
pyvisa/testsuite/test_cmd_line_tools.py
pyvisa/testsuite/test_constants.py
pyvisa/testsuite/test_env_var_handling.py
pyvisa/testsuite/test_errors.py
pyvisa/testsuite/test_event.py
pyvisa/testsuite/test_highlevel.py
pyvisa/testsuite/test_logging_utilities.py
pyvisa/testsuite/test_rname.py
pyvisa/testsuite/test_util.py
pyvisa/testsuite/fake-extensions/pyvisa_test.py
pyvisa/testsuite/keysight_assisted_tests/__init__.py
pyvisa/testsuite/keysight_assisted_tests/messagebased_resource_utils.py
pyvisa/testsuite/keysight_assisted_tests/resource_utils.py
pyvisa/testsuite/keysight_assisted_tests/test_resource_manager.py
pyvisa/testsuite/keysight_assisted_tests/test_rname_filter2.py
pyvisa/testsuite/keysight_assisted_tests/test_shell.py
pyvisa/testsuite/keysight_assisted_tests/test_tcpip_resources.py
pyvisa/testsuite/keysight_assisted_tests/test_util.py
pyvisa/thirdparty/__init__.py
pyvisa/thirdparty/prettytable.py