Gthreshold

SCPI Command :

CALCulate<n>:PSPectrum:GTHReshold
class GthresholdCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:PSPectrum:GTHReshold
value: float = driver.applications.k6Pulse.calculate.pspectrum.gthreshold.get(window = repcap.Window.Default)

Defines the minimum time that must pass before a gap is detected as such for Pulse-to-Pulse Spectrum displays. For more information see ‘Parameter spectrum calculation’.

param window

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

return

gap_threshold: Range: minimum spacing between pulses to meas time, Unit: S

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

Defines the minimum time that must pass before a gap is detected as such for Pulse-to-Pulse Spectrum displays. For more information see ‘Parameter spectrum calculation’.

param gap_threshold

Range: minimum spacing between pulses to meas time, Unit: S

param window

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