WithPy<FftWidth>
SCPI Command :
CALCulate:MATH<*>:FFT:COUPled:WITH<*>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr8 driver.calculate.math.fft.coupled.withPy.repcap_fftWidth_set(repcap.FftWidth.Nr1)
- get(math=Math.Default, fftWidth=FftWidth.Default) bool[source]
# CALCulate:MATH<*>:FFT:COUPled:WITH<*> value: bool = driver.calculate.math.fft.coupled.withPy.get(math = repcap.Math.Default, fftWidth = repcap.FftWidth.Default)
Copies the current FFT settings of the selected math waveform (m) to the other selected math waveform (n) , and couples the two waveforms. This can be repeated for all math waveforms. If any FFT setting for any of the coupled spectrums is changed, it is changed for all coupled spectrums.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
fftWidth – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘WithPy’)
- Returns:
math_index: ON | OFF
- set(math_index: bool, math=Math.Default, fftWidth=FftWidth.Default) None[source]
# CALCulate:MATH<*>:FFT:COUPled:WITH<*> driver.calculate.math.fft.coupled.withPy.set(math_index = False, math = repcap.Math.Default, fftWidth = repcap.FftWidth.Default)
Copies the current FFT settings of the selected math waveform (m) to the other selected math waveform (n) , and couples the two waveforms. This can be repeated for all math waveforms. If any FFT setting for any of the coupled spectrums is changed, it is changed for all coupled spectrums.
- Parameters:
math_index – ON | OFF
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
fftWidth – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘WithPy’)
Cloning the Group
# Create a copy of the original group, that exists independently
withPy_copy = driver.calculate.math.fft.coupled.withPy.clone()