Gthreshold

SCPI Command :

CALCulate<n>:PPSPectrum:GTHReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:PPSPectrum:GTHReshold
value: float = driver.applications.k6Pulse.calculate.ppSpectrum.gthreshold.get(window = repcap.Window.Default)

Defines the minimum time that must pass before a gap is detected as such. 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>:PPSPectrum:GTHReshold
driver.applications.k6Pulse.calculate.ppSpectrum.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 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’)