Ssize

SCPI Command :

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

Selects the marker step size mode for all markers in all windows. The step size defines the distance the marker moves when you move it with the rotary knob. It therefore takes effect in manual operation only.

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: Stepsize, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:X:SSIZe
driver.applications.k149Uwb.calculate.marker.x.ssize.set(arg_0 = enums.Stepsize.POINts, window = repcap.Window.Default, marker = repcap.Marker.Default)

Selects the marker step size mode for all markers in all windows. The step size defines the distance the marker moves when you move it with the rotary knob. It therefore takes effect in manual operation only.

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