Offset

SCPI Commands

DISPlay:WINDow<Window>:TRACe<Trace>:Y:SCALe:RLEVel:OFFSet
class OffsetCls[source]

Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, trace=Trace.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:OFFSet
value: float = driver.display.window.trace.y.scale.refLevel.offset.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the amount by which a trace is shifted.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on trace offset (DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:OFFSet:STATe) .

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

offset: numeric value Unit: dB

set(offset: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:OFFSet
driver.display.window.trace.y.scale.refLevel.offset.set(offset = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
This command defines the amount by which a trace is shifted.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on trace offset (DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:RLEVel:OFFSet:STATe) .

param offset

numeric value Unit: dB

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’)