Lower
SCPI Command :
DISPlay[:WINDow<n>]:SPECtrogram:COLor:LOWer
- class LowerCls[source]
Lower commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: DISPlay[:WINDow<n>]:SPECtrogram:COLor:LOWer value: float = driver.display.window.spectrogram.color.lower.get(window = repcap.Window.Default)
Defines the starting point of the color map.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
percentage: Statistical frequency percentage. Range: 0 to 66, Unit: %
- set(percentage: float, window=Window.Default) None [source]
# SCPI: DISPlay[:WINDow<n>]:SPECtrogram:COLor:LOWer driver.display.window.spectrogram.color.lower.set(percentage = 1.0, window = repcap.Window.Default)
Defines the starting point of the color map.
- param percentage
Statistical frequency percentage. Range: 0 to 66, Unit: %
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)