Mburst

SCPI Command :

CALCulate<n>:MARKer<m>:MBURst:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
start(window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:MBURst:STARt
driver.applications.k70Vsa.calculate.marker.mburst.start(window = repcap.Window.Default, marker = repcap.Marker.Default)

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

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

  • marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)

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