Mburst

SCPI Command :

CALCulate<n>:DELTamarker<m>:MBURst:STARt
class MburstCls[source]

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

start(window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# SCPI: CALCulate<n>:DELTamarker<m>:MBURst:STARt
driver.applications.k70Vsa.calculate.deltaMarker.mburst.start(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)

Moves the marker m to the start of the selected result range.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

param deltaMarker

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)

start_with_opc(window=Window.Default, deltaMarker=DeltaMarker.Default, opc_timeout_ms: int = - 1) None[source]