Start

SCPI Command :

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

Defines the starting value for the gate.

Parameters:

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

Returns:

start: -100E+24 to 100E+24

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

Defines the starting value for the gate.

Parameters:
  • start – -100E+24 to 100E+24

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