Details
SCPI Command :
CALCulate<n>:ESPectrum:PSEarch:DETails
- class DetailsCls[source]
- Details commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(window=Window.Default) bool[source]
- # SCPI: CALCulate<n>:ESPectrum:PSEarch:DETails value: bool = driver.calculate.espectrum.peakSearch.details.get(window = repcap.Window.Default) - Configures how detailed the list in the Result Summary is. - param window
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’) 
- return
- state: ON | OFF | 1 | 0 ON | 1 Includes all detected peaks (up to a maximum defined by CALCulaten:PEAKsearch:SUBRanges) . OFF | 0 Includes only one peak per range. 
 
 - set(state: bool, window=Window.Default) None[source]
- # SCPI: CALCulate<n>:ESPectrum:PSEarch:DETails driver.calculate.espectrum.peakSearch.details.set(state = False, window = repcap.Window.Default) - Configures how detailed the list in the Result Summary is. - param state
- ON | OFF | 1 | 0 ON | 1 Includes all detected peaks (up to a maximum defined by CALCulaten:PEAKsearch:SUBRanges) . OFF | 0 Includes only one peak per range. 
- param window
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)