CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
Siglent_Oscilloscope.egg-info/PKG-INFO
Siglent_Oscilloscope.egg-info/SOURCES.txt
Siglent_Oscilloscope.egg-info/dependency_links.txt
Siglent_Oscilloscope.egg-info/entry_points.txt
Siglent_Oscilloscope.egg-info/requires.txt
Siglent_Oscilloscope.egg-info/top_level.txt
docs/SDS800XHD_Series_ProgrammingGuide_EN11G.pdf
docs/VISUAL_MEASUREMENTS.md
docs/images/01_main_window.png
docs/images/channel_controls.png
docs/images/cursors.png
docs/images/fft_analysis.png
docs/images/main_window.png
docs/images/measurements_panel.png
docs/images/visual_measurements.png
examples/README.md
examples/advanced_analysis.py
examples/basic_usage.py
examples/batch_capture.py
examples/continuous_capture.py
examples/live_plot.py
examples/measurements.py
examples/simple_capture.py
examples/trigger_based_capture.py
examples/waveform_capture.py
siglent/__init__.py
siglent/analysis.py
siglent/automation.py
siglent/channel.py
siglent/exceptions.py
siglent/math_channel.py
siglent/measurement.py
siglent/measurement_config.py
siglent/models.py
siglent/oscilloscope.py
siglent/protocol_decode.py
siglent/py.typed
siglent/reference_waveform.py
siglent/scpi_commands.py
siglent/screen_capture.py
siglent/trigger.py
siglent/waveform.py
siglent/connection/__init__.py
siglent/connection/base.py
siglent/connection/mock.py
siglent/connection/socket.py
siglent/gui/__init__.py
siglent/gui/app.py
siglent/gui/connection_manager.py
siglent/gui/live_view_worker.py
siglent/gui/main_window.py
siglent/gui/vnc_window.py
siglent/gui/widgets/__init__.py
siglent/gui/widgets/channel_control.py
siglent/gui/widgets/cursor_panel.py
siglent/gui/widgets/fft_display.py
siglent/gui/widgets/math_panel.py
siglent/gui/widgets/measurement_marker.py
siglent/gui/widgets/measurement_panel.py
siglent/gui/widgets/protocol_decode_panel.py
siglent/gui/widgets/reference_panel.py
siglent/gui/widgets/scope_web_view.py
siglent/gui/widgets/terminal_widget.py
siglent/gui/widgets/timebase_control.py
siglent/gui/widgets/trigger_control.py
siglent/gui/widgets/visual_measurement_panel.py
siglent/gui/widgets/waveform_display.py
siglent/gui/widgets/waveform_display_pg.py
siglent/gui/widgets/measurement_markers/__init__.py
siglent/gui/widgets/measurement_markers/frequency_marker.py
siglent/gui/widgets/measurement_markers/timing_marker.py
siglent/gui/widgets/measurement_markers/voltage_marker.py
siglent/protocol_decoders/__init__.py
siglent/protocol_decoders/i2c_decoder.py
siglent/protocol_decoders/spi_decoder.py
siglent/protocol_decoders/uart_decoder.py