Lower

SCPI Command :

DISPlay[:WINDow<n>]:PSPectrum:COLor:LOWer
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# DISPlay[:WINDow<n>]:PSPectrum:COLor:LOWer
value: float = driver.display.window.pspectrum.color.lower.get(window = repcap.Window.Default)

Sets the lower percentage boundary of the persistence spectrum.

Parameters:

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

Returns:

percentage: Statistical frequency percentage. Range: 0 to 65,6, Unit: %

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

Sets the lower percentage boundary of the persistence spectrum.

Parameters:
  • percentage – Statistical frequency percentage. Range: 0 to 65,6, Unit: %

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