Start
SCPI Command :
CALCulate:MATH<*>:FFT:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) float[source]
# CALCulate:MATH<*>:FFT:STARt value: float = driver.calculate.math.fft.start.get(math = repcap.Math.Default)
Defines the start frequency of the displayed frequency span.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
start_freq: start frequency
- set(start_freq: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:STARt driver.calculate.math.fft.start.set(start_freq = 1.0, math = repcap.Math.Default)
Defines the start frequency of the displayed frequency span.
- Parameters:
start_freq – start frequency
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)