Details

SCPI Command :

CALCulate<n>:ESPectrum:PSEarch:DETails
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:ESPectrum:PSEarch:DETails
value: bool = driver.applications.k149Uwb.calculate.espectrum.peakSearch.details.get(window = repcap.Window.Default)

Configures how detailed the list in the Result Summary is.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Returns:

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]
# CALCulate<n>:ESPectrum:PSEarch:DETails
driver.applications.k149Uwb.calculate.espectrum.peakSearch.details.set(state = False, window = repcap.Window.Default)

Configures how detailed the list in the Result Summary is.

Parameters:
  • 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.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)