Stop

SCPI Commands

DISPlay:WINDow<Window>:TRACe<Trace>:X:SCALe:STOP
class StopCls[source]

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

get(window=Window.Default, trace=Trace.Default) int[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:STOP
value: int = driver.applications.k70Vsa.display.window.trace.x.scale.stop.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

This command queries the last value of the x-axis in the specified window in symbols or time, depending on the unit setting for the x-axis. Note: If the burst is shifted (using the CALC:TRAC:ALIG commands) the x-axis no longer begins at 0 symbols on the left, but at a user-defined value.

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

stop: No help available