Start

SCPI Command :

CALCulate:MATH<*>:FFT:GATE:RELative:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) float[source]
# CALCulate:MATH<*>:FFT:GATE:RELative:STARt
value: float = driver.calculate.math.fft.gate.relative.start.get(math = repcap.Math.Default)

Defines the starting value for the gate in percent.

Parameters:

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

Returns:

relative_start: 0 to 100

set(relative_start: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:GATE:RELative:STARt
driver.calculate.math.fft.gate.relative.start.set(relative_start = 1.0, math = repcap.Math.Default)

Defines the starting value for the gate in percent.

Parameters:
  • relative_start – 0 to 100

  • math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)