Shape

SCPI Command :

DISPlay[:WINDow<n>]:SPECtrogram:COLor:SHAPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# DISPlay[:WINDow<n>]:SPECtrogram:COLor:SHAPe
value: float = driver.display.window.spectrogram.color.shape.get(window = repcap.Window.Default)

Defines the shape and focus of the color curve for the spectrogram result display.

Parameters:

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

Returns:

shape: Shape of the color curve. Range: -1 to 1

set(shape: float, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:SPECtrogram:COLor:SHAPe
driver.display.window.spectrogram.color.shape.set(shape = 1.0, window = repcap.Window.Default)

Defines the shape and focus of the color curve for the spectrogram result display.

Parameters:
  • shape – Shape of the color curve. Range: -1 to 1

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