Intensity

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MAXHold:INTensity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MAXHold:INTensity
value: float = driver.display.window.subwindow.trace.maxhold.intensity.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Defines the color intensity of the maxhold persistence spectrum. Note: Setting the intensity to 0 has the same effect as deactivating the Maxhold function (see method RsFsw.display.window.subwindow.trace.maxhold.state.set() ) .

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

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

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

Returns:

intensity: Sets the color intensity of the maxhold trace. Range: 0 to 254

set(intensity: float, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MAXHold:INTensity
driver.display.window.subwindow.trace.maxhold.intensity.set(intensity = 1.0, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)

Defines the color intensity of the maxhold persistence spectrum. Note: Setting the intensity to 0 has the same effect as deactivating the Maxhold function (see method RsFsw.display.window.subwindow.trace.maxhold.state.set() ) .

Parameters:
  • intensity – Sets the color intensity of the maxhold trace. Range: 0 to 254

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

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

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)