Spectrum Analyzer: Difference between revisions
Jump to navigation
Jump to search
Franz Hempel (talk | contribs) |
Franz Hempel (talk | contribs) |
||
Line 32: | Line 32: | ||
== Specialties == | == Specialties == | ||
Add a 'get_frequency_range' function to retrieve center, span, min, and max from the GUI input | |||
== Post-processing == | == Post-processing == |
Latest revision as of 16:59, 13 December 2024
Usage
Device class programming
GUI Parameter
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