Gthreshold
SCPI Command :
CALCulate<n>:PSPectrum:GTHReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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’.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
gap_threshold: Range: minimum spacing between pulses to meas time, Unit: S
- set(gap_threshold: float, window=Window.Default) None[source]
# 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’.
- Parameters:
gap_threshold – Range: minimum spacing between pulses to meas time, Unit: S
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)