Shape
SCPI Command :
DISPlay[:WINDow<n>]:PSPectrum:COLor:SHAPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- 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>]: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.
- Parameters:
shape – Shape of the color curve. Range: -1 to 1
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)