Voffset
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:VOFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) float[source]
# 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) .
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
voffset: Range: -100000 to 100000, Unit: none
- set(voffset: float, window=Window.Default, trace=Trace.Default) None[source]
# 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) .
- Parameters:
voffset – Range: -100000 to 100000, Unit: none
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)