State

SCPI Command :

CALCulate<n>:MARKer<m>:X:SLIMits[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) bool[source]
# CALCulate<n>:MARKer<m>:X:SLIMits[:STATe]
value: bool = driver.applications.k149Uwb.calculate.marker.x.slimits.state.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns marker search limits on and off for all markers in all windows. If you perform a measurement in the time domain, this command limits the range of the trace to be analyzed.

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(arg_0: bool, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:X:SLIMits[:STATe]
driver.applications.k149Uwb.calculate.marker.x.slimits.state.set(arg_0 = False, window = repcap.Window.Default, marker = repcap.Marker.Default)

Turns marker search limits on and off for all markers in all windows. If you perform a measurement in the time domain, this command limits the range of the trace to be analyzed.

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