Upper
SCPI Command :
DISPlay[:WINDow<n>]:SPECtrogram:COLor:UPPer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# DISPlay[:WINDow<n>]:SPECtrogram:COLor:UPPer value: float = driver.display.window.spectrogram.color.upper.get(window = repcap.Window.Default)
Defines the end point of the color map.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
percentage: Statistical frequency percentage. Range: 0 to 66, Unit: %
- set(percentage: float, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:SPECtrogram:COLor:UPPer driver.display.window.spectrogram.color.upper.set(percentage = 1.0, window = repcap.Window.Default)
Defines the end point of the color map.
- Parameters:
percentage – Statistical frequency percentage. Range: 0 to 66, Unit: %
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)