Span
SCPI Command :
CALCulate:MATH<*>:FFT:SPAN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) float[source]
# CALCulate:MATH<*>:FFT:SPAN value: float = driver.calculate.math.fft.span.get(math = repcap.Math.Default)
The span is specified in Hertz and defines the width of the displayed frequency range, which is (Center - Span/2) to (Center + Span/2) . The position of the span is defined using the method
RsRtx.calculate.math.fft.cfrequency.set()command.- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
freq_span: Frequency span
- set(freq_span: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:SPAN driver.calculate.math.fft.span.set(freq_span = 1.0, math = repcap.Math.Default)
The span is specified in Hertz and defines the width of the displayed frequency range, which is (Center - Span/2) to (Center + Span/2) . The position of the span is defined using the method
RsRtx.calculate.math.fft.cfrequency.set()command.- Parameters:
freq_span – Frequency span
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)