Subranges
SCPI Command :
CALCulate<n>:PSEarch:SUBRanges
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
number_peaks: Range: 1 to 50
- set(number_peaks: float, window=Window.Default) None[source]
# 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.
- Parameters:
number_peaks – Range: 1 to 50
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)