Spectrum Analyzer

From SweepMe! Wiki
Revision as of 16:59, 13 December 2024 by Franz Hempel (talk | contribs) (→‎Specialties)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

Device class programming

GUI Parameter

Caption text
GUI Field gui parameter name type
Center/Min Frequency label Frequency label 1 str, float, dict
Center/Min Frequency input Frequency value 1 str, float, dict
Span/Max Frequency label Frequency label 2 str, float, dict
Span/Max Frequency input Frequency value 2 str, float, dict
Reference level in dBm Reference level in dBm str, float, dict
Resolution bandwidth Resolution bandwidth str, float, dict
Video bandwidth Video bandwidth str, float, dict
Max hold Max hold bool
Video averaging Video averaging bool

Specialties

Add a 'get_frequency_range' function to retrieve center, span, min, and max from the GUI input

Post-processing