RefLevel

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel
class RefLevelCls[source]

RefLevel commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(window=Window.Default, trace=Trace.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel
value: float = driver.applications.k17Mcgd.display.window.trace.y.scale.refLevel.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

No command help available

param window

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

param trace

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

return

value: No help available

set(value: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel
driver.applications.k17Mcgd.display.window.trace.y.scale.refLevel.set(value = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

No command help available

param value

No help available

param window

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

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.k17Mcgd.display.window.trace.y.scale.refLevel.clone()

Subgroups