Cfrequency

SCPI Command :

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

Defines the position of the displayed frequency range, which is (Center - Span/2) to (Center + Span/2) . The width of the range is defined using the method RsRtx.calculate.math.fft.span.set() command.

Parameters:

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

Returns:

center_freq: center frequency

set(center_freq: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:CFRequency
driver.calculate.math.fft.cfrequency.set(center_freq = 1.0, math = repcap.Math.Default)

Defines the position of the displayed frequency range, which is (Center - Span/2) to (Center + Span/2) . The width of the range is defined using the method RsRtx.calculate.math.fft.span.set() command.

Parameters:
  • center_freq – center frequency

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