Start

SCPI Commands

DISPlay:WINDow<Window>:TRACe<Trace>:X:SCALe:STARt
class StartCls[source]

Start 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]:STARt
value: int = driver.applications.k70Vsa.display.window.trace.x.scale.start.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

This command queries the first value of the x-axis in the specified window in symbols or time, depending on the unit setting for the x-axis. Note: using the method RsFswp.Applications.K70_Vsa.Calculate.Trace.Adjust.Alignment.Offset. set command, the burst is shifted in the diagram; the x-axis thus no longer begins on the left at 0 symbols but at a selectable 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

start: No help available