logic_sniffer.py
Menus

create a new trace-display page.
create a trace-display page with trace data from a file saved earlier by logic_sniffer.py.
save trace data from the current display page into a file, so the data can be re-loaded later into logic_sniffer.py.
save trace data from the current display page into a file in Comma-Separated-Values format. This lets other programs use SUMP capture data without being tightly coupled to logic_sniffer.py.
load the current SUMP device configuration from a file.
save the current SUMP device configuration into a file.
exit the logic_sniffer.py program.
display metadata showing SUMP device capabilities, firmware versions, etc.
set legend text to describe each trace line in the current display page.
set a zoom factor for the current display page.
zoom in on the current display page by a factor of 2.
zoom out from the current display page by a factor of 2.
edit SUMP device settings and start a capture in the current display page.
start a capture with the same device settings as before.
create synthetic trace data for software testing.
This menu calls protocol analyzer plugins to decode data from the traces on the current page. The contents of the menu will depend on which plugins have been loaded.
edit SPI analyzer settings and decode trace data on the current page.
edit TWI analyzer settings and decode trace data on the current page.
edit UART analyzer settings and decode trace data on the current page.
Select a Python module and load it as a plugin tool.
display version and license information for logic_sniffer.py.