Mode
SCPI Command :
CALCulate:MATH<*>:FFT:GATE:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) PositionMode[source]
# CALCulate:MATH<*>:FFT:GATE:MODE value: enums.PositionMode = driver.calculate.math.fft.gate.mode.get(math = repcap.Math.Default)
Defines whether the gate settings are configured using absolute or relative values.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
mode: ABS | REL
- set(mode: PositionMode, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:GATE:MODE driver.calculate.math.fft.gate.mode.set(mode = enums.PositionMode.ABS, math = repcap.Math.Default)
Defines whether the gate settings are configured using absolute or relative values.
- Parameters:
mode – ABS | REL
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)