Shape

SCPI Command :

DISPlay[:WINDow<n>]:PSPectrum: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>]:PSPectrum:COLor:SHAPe
value: float = driver.display.window.pspectrum.color.shape.get(window = repcap.Window.Default)

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

param window

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

return

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

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

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

param shape

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

param window

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