RefLevel

SCPI Command :

DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RLEVel
Commands in total: 2
Subgroups: 1
Direct 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.applications.k14Xnr5G.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’)

Returns:

reference_level: The unit is variable. Range: see specifications document , Unit: DBM

set(reference_level: float, window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RLEVel
driver.applications.k14Xnr5G.display.window.subwindow.trace.y.scale.refLevel.set(reference_level = 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:
  • reference_level – The unit is variable. Range: see specifications document , Unit: DBM

  • 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.applications.k14Xnr5G.display.window.subwindow.trace.y.scale.refLevel.clone()

Subgroups