.gitignore
LICENSE.txt
README.md
pyproject.toml
readme.md
requirements.txt
setup.py
.github/workflows/pages.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/create-project.rst
docs/create-task.rst
docs/define-instrument.rst
docs/example.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/requirements..txt
docs/srsgui.inst.communications.rst
docs/srsgui.inst.rst
docs/srsgui.rst
docs/srsgui.task.rst
docs/srsgui.ui.commandtree.rst
docs/srsgui.ui.qt.rst
docs/srsgui.ui.rst
docs/troubleshooting.rst
docs/_static/cg-dir-terminal-screen-capture.png
docs/_static/cg-terminal-screen-capture.png
docs/_static/connect-dialog-box-capture.png
docs/_static/example-screen-capture-1.png
docs/_static/example-screen-capture-2.png
docs/_static/initial-screen-capture.png
docs/_static/osc-dir-terminal-screen-capture.png
docs/_static/second-task-screen-capture.png
docs/_static/terminal-with-example-2.png
docs/_static/terminal-with-example.png
srsgui/__init__.py
srsgui/__main__.py
srsgui.egg-info/PKG-INFO
srsgui.egg-info/SOURCES.txt
srsgui.egg-info/dependency_links.txt
srsgui.egg-info/entry_points.txt
srsgui.egg-info/requires.txt
srsgui.egg-info/top_level.txt
srsgui/examples/oscilloscope example/oscilloscope example project.taskconfig
srsgui/examples/oscilloscope example/instruments/cg635.py
srsgui/examples/oscilloscope example/instruments/sds1202.py
srsgui/examples/oscilloscope example/tasks/fifth.py
srsgui/examples/oscilloscope example/tasks/first.py
srsgui/examples/oscilloscope example/tasks/fourth.py
srsgui/examples/oscilloscope example/tasks/second.py
srsgui/examples/oscilloscope example/tasks/third.py
srsgui/inst/__init__.py
srsgui/inst/commands.py
srsgui/inst/component.py
srsgui/inst/exceptions.py
srsgui/inst/indexcommands.py
srsgui/inst/instrument.py
srsgui/inst/communications/__init__.py
srsgui/inst/communications/interface.py
srsgui/inst/communications/serial_ports.py
srsgui/inst/communications/serialinterface.py
srsgui/inst/communications/tcpipinterface.py
srsgui/task/__init__.py
srsgui/task/callbacks.py
srsgui/task/config.py
srsgui/task/inputs.py
srsgui/task/sessionhandler.py
srsgui/task/task.py
srsgui/task/taskresult.py
srsgui/ui/__init__.py
srsgui/ui/commandhandler.py
srsgui/ui/commandterminal.py
srsgui/ui/connectdlg.py
srsgui/ui/deviceinfohandler.py
srsgui/ui/dockhandler.py
srsgui/ui/inputpanel.py
srsgui/ui/qtloghandler.py
srsgui/ui/resource.qrc
srsgui/ui/resource_rc.py
srsgui/ui/signalhandler.py
srsgui/ui/srslogo.jpg
srsgui/ui/stdout.py
srsgui/ui/taskmain.py
srsgui/ui/taskmain.ui
srsgui/ui/ui_taskmain.py
srsgui/ui/commandtree/__init__.py
srsgui/ui/commandtree/commanddelegate.py
srsgui/ui/commandtree/commandhandler.py
srsgui/ui/commandtree/commanditem.py
srsgui/ui/commandtree/commandmodel.py
srsgui/ui/commandtree/commandspinbox.py
srsgui/ui/commandtree/commandtreeview.py
srsgui/ui/commandtree/commandtreewidget.py
srsgui/ui/commandtree/ui_commandtreewidget.py
srsgui/ui/qt/QtCore.py
srsgui/ui/qt/QtGui.py
srsgui/ui/qt/QtWidgets.py
srsgui/ui/qt/__init__.py