set_span
Set the desired frequency span to be analyzed.Rounding and quantization in the instrument limits the range of spans for which a full set of 1024 data points can be calculated. This means that the resultant number of data points in SpectrumData frames will vary with the set span. Note however that the associated frequencies are given with the frame containing the data.
Parameters
number required
Left-most frequency
allowed values:Moku:Lab 0 to 250e6 Moku:Go 0 to 30e6 Moku:Pro 0 to 300e6
units: Hz
number required
Right-most frequency
allowed values:Moku:Lab 0 to 250e6 Moku:Go 0 to 30e6 Moku:Pro 0 to 300e6
units: Hz
boolean
Disable all implicit conversions and coercions.
default: true
# Examples
# Sample response
{
"frequency1": 10.0,
"frequency2": 10000000.0
}
1
2
3
4
2
3
4
← set_rbw set_window →