Cmode
SCPI Command :
CALCulate:MATH<*>:FFT:SPECtrogram:CMODe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) MathSpectrogramCmode[source]
# CALCulate:MATH<*>:FFT:SPECtrogram:CMODe value: enums.MathSpectrogramCmode = driver.calculate.math.fft.spectrogram.cmode.get(math = repcap.Math.Default)
Selects the color table mode for the frequency analysis display.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- set(clr_tbl_ent_sel_md: MathSpectrogramCmode, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:SPECtrogram:CMODe driver.calculate.math.fft.spectrogram.cmode.set(clr_tbl_ent_sel_md = enums.MathSpectrogramCmode.AMPL, math = repcap.Math.Default)
Selects the color table mode for the frequency analysis display.
- Parameters:
clr_tbl_ent_sel_md –
INCI | AMPL
INCI: (Incidence) The display color is set depending on the frequency of occurrence of a value.
AMPL: (Amplitude) In the spectrogram and the frequency analysis display, the color is used to indicate the magnitude of the FFT signal. The higher the amplitude the higher the color in the assigned color table.
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)