RefLevel
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RLEVel
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RLEVel value: float = driver.display.window.subwindow.trace.y.scale.refLevel.get(window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)
Defines the reference level (for all traces in all windows) . With a reference level offset != 0, the value range of the reference level is modified by the offset.
- 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’)
- set(scale: float, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RLEVel driver.display.window.subwindow.trace.y.scale.refLevel.set(scale = 1.0, window = repcap.Window.Default, subWindow = repcap.SubWindow.Default, trace = repcap.Trace.Default)
Defines the reference level (for all traces in all windows) . With a reference level offset != 0, the value range of the reference level is modified by the offset.
- 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’)
Cloning the Group
# Create a copy of the original group, that exists independently
refLevel_copy = driver.display.window.subwindow.trace.y.scale.refLevel.clone()
Subgroups