Sthreshold
SCPI Command :
CALCulate<n>:PPSPectrum: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>:PPSPectrum:STHReshold value: float = driver.applications.k6Pulse.calculate.ppSpectrum.sthreshold.get(window = repcap.Window.Default)
Defines the minimum section size. 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>:PPSPectrum:STHReshold driver.applications.k6Pulse.calculate.ppSpectrum.sthreshold.set(threshold = 1.0, window = repcap.Window.Default)
Defines the minimum section size. 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’)