Sthreshold

SCPI Command :

CALCulate<n>:PSPectrum:STHReshold
class SthresholdCls[source]

Sthreshold commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: 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’.

param window

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

return

threshold: Minimum section size as a percentage of the block size (see method RsFsw.Applications.K6_Pulse.Calculate.Pspectrum.BlockSize.set) Range: 0 to 100

set(threshold: float, window=Window.Default) None[source]
# SCPI: 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’.

param threshold

Minimum section size as a percentage of the block size (see method RsFsw.Applications.K6_Pulse.Calculate.Pspectrum.BlockSize.set) Range: 0 to 100

param window

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