RefLevel
SCPI Command :
DISPlay[:WINDow<n>][:SUBWindow<w>]:TRACe<t>:Y[:SCALe]:RLEVel
- class RefLevelCls[source]
RefLevel commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default, subWindow=SubWindow.Default, trace=Trace.Default) float [source]
# SCPI: 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.
- 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
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]
# SCPI: 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.
- param reference_level
The unit is variable. Range: see specifications document , Unit: DBM
- 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’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.display.window.subwindow.trace.y.scale.refLevel.clone()
Subgroups