Intensity
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:MAXHold:INTensity
- class IntensityCls[source]
Intensity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float [source]
# SCPI: 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) .
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param subWindow
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- return
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]
# SCPI: 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) .
- param intensity
Sets the color intensity of the maxhold trace. Range: 0 to 254
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- param subWindow
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Subwindow’)
- param trace
optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)