State
SCPI Command :
CALCulate:MATH<*>:FFT:SPECtrogram:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) bool[source]
# CALCulate:MATH<*>:FFT:SPECtrogram:STATe value: bool = driver.calculate.math.fft.spectrogram.state.get(math = repcap.Math.Default)
Enables the spectrogram display for a math waveform.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
state: OFF | ON
- set(state: bool, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:SPECtrogram:STATe driver.calculate.math.fft.spectrogram.state.set(state = False, math = repcap.Math.Default)
Enables the spectrogram display for a math waveform.
- Parameters:
state – OFF | ON
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)