Sthreshold
SCPI Command :
CALCulate<n>:PPSPectrum:STHReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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’.
- 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>: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’.
- Parameters:
threshold – Minimum section size as a percentage of the block size (see method
RsFsw.applications.k6Pulse.calculate.pspectrum.blockSize.set()) Range: 0 to 100window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)