Shape

SCPI Commands

DISPlay:WINDow<Window>:SPECtrogram:COLor:SHAPe
class ShapeCls[source]

Shape commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:SPECtrogram:COLor:SHAPe
value: float = driver.display.window.spectrogram.color.shape.get(window = repcap.Window.Default)

No command help available

param window

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

return

shape: No help available

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

No command help available

param shape

No help available

param window

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