Aoff

SCPI Command :

CALCulate<n>:MARKer<m>:AOFF
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:AOFF
driver.applications.k9X11Ad.calculate.marker.aoff.set(window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns off all markers.

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’)

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