Ssize

SCPI Command :

CALCulate<n>:MARKer<m>:X:SSIZe
class SsizeCls[source]

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

get(window=Window.Default, marker=Marker.Default) RsFsw.enums.Stepsize[source]
# SCPI: 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.

param window

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

param marker

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

return

arg_0: No help available

set(arg_0: RsFsw.enums.Stepsize, window=Window.Default, marker=Marker.Default) None[source]
# SCPI: 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.

param arg_0

No help available

param window

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

param marker

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