Sthreshold

SCPI Command :

CALCulate<n>:PSPectrum:STHReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:PSPectrum:STHReshold
value: float = driver.applications.k6Pulse.calculate.pspectrum.sthreshold.get(window = repcap.Window.Default)

Defines the minimum section size for Pulse-to-Pulse Spectrum displays. Sections that are smaller than the threshold are ignored and considered to be part of the detected gap. For more information see ‘Parameter spectrum calculation’.

Parameters:

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

Returns:

threshold: Minimum section size as a percentage of the block size (see method RsFsw.applications.k6Pulse.calculate.pspectrum.blockSize.set() ) Range: 0 to 100

set(threshold: float, window=Window.Default) None[source]
# CALCulate<n>:PSPectrum:STHReshold
driver.applications.k6Pulse.calculate.pspectrum.sthreshold.set(threshold = 1.0, window = repcap.Window.Default)

Defines the minimum section size for Pulse-to-Pulse Spectrum displays. Sections that are smaller than the threshold are ignored and considered to be part of the detected gap. For more information see ‘Parameter spectrum calculation’.

Parameters:
  • threshold – Minimum section size as a percentage of the block size (see method RsFsw.applications.k6Pulse.calculate.pspectrum.blockSize.set() ) Range: 0 to 100

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