logic_sniffer.py
Menus
- File
- New
- create a new trace-display page.
- Open
- create a trace-display page with trace data from a file saved earlier by logic_sniffer.py.
- Save As...
- save trace data from the current display page into a file, so the data can be re-loaded later into logic_sniffer.py.
- Export to CSV...
- 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 SUMP config...
- load the current SUMP device configuration from a file.
- Save SUMP config...
- save the current SUMP device configuration into a file.
- Quit
- exit the logic_sniffer.py program.
- View
- Legend
- set legend text to describe each trace line in the current display page.
- Zoom ...
- set a zoom factor for the current display page.
- Zoom In
- zoom in on the current display page by a factor of 2.
- Zoom Out
- zoom out from the current display page by a factor of 2.
- Device
- Capture
- edit SUMP device settings and start a capture in the current display page.
- Repeat
- start a capture with the same device settings as before.
- Simulate
- create synthetic trace data for software testing.
- Tools
- 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.
- SPI
- edit SPI analyzer settings and decode trace data on the current page.
- TWI
- edit TWI analyzer settings and decode trace data on the current page.
- UART
- edit UART analyzer settings and decode trace data on the current page.
- Help
- About
- display version and license information for logic_sniffer.py.