UseColTab

SCPI Command :

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

If enabled, the selected waveform is displayed according to its assigned color table. For information on the available color tables, see ‘Color tables’. If this option is disabled, the preset color of the selected channel source is displayed, and the intensity of the specific signal color varies according to the cumulative occurrence of the values.

Parameters:

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

Returns:

use_color_table: OFF | ON

set(use_color_table: bool, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:USEColtab
driver.calculate.math.fft.useColTab.set(use_color_table = False, math = repcap.Math.Default)

If enabled, the selected waveform is displayed according to its assigned color table. For information on the available color tables, see ‘Color tables’. If this option is disabled, the preset color of the selected channel source is displayed, and the intensity of the specific signal color varies according to the cumulative occurrence of the values.

Parameters:
  • use_color_table – OFF | ON

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