Voffset

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:VOFFset
class VoffsetCls[source]

Voffset 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>:X[:SCALe]:VOFFset
value: float = driver.applications.k70Vsa.display.window.trace.x.scale.voffset.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines an offset to numbering of the symbols (Except capture buffer) .

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

voffset: Range: -100000 to 100000, Unit: none

set(voffset: float, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:VOFFset
driver.applications.k70Vsa.display.window.trace.x.scale.voffset.set(voffset = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines an offset to numbering of the symbols (Except capture buffer) .

param voffset

Range: -100000 to 100000, Unit: none

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