Subranges
SCPI Command :
CALCulate<n>:PSEarch:SUBRanges
- class SubrangesCls[source]
Subranges commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:PSEarch:SUBRanges value: float = driver.calculate.peakSearch.subranges.get(window = repcap.Window.Default)
Defines the number of peaks included in the peak list. After this number of peaks has been found, the FSW stops the peak search and continues the search in the next measurement range.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
number_peaks: Range: 1 to 50
- set(number_peaks: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:PSEarch:SUBRanges driver.calculate.peakSearch.subranges.set(number_peaks = 1.0, window = repcap.Window.Default)
Defines the number of peaks included in the peak list. After this number of peaks has been found, the FSW stops the peak search and continues the search in the next measurement range.
- param number_peaks
Range: 1 to 50
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)