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.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

stepsize: STANdard the marker moves from one pixel to the next POINts the marker moves from one sweep point to the next

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

STANdard the marker moves from one pixel to the next POINts the marker moves from one sweep point to the next

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