Ssize
SCPI Command :
CALCulate<n>:MARKer<m>:X:SSIZe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) Stepsize[source]
# 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.
- 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’)
- Returns:
stepsize: STANdard the marker moves from one pixel to the next POINts the marker moves from one sweep point to the next
- set(stepsize: Stepsize, window=Window.Default, marker=Marker.Default) None[source]
# 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.
- Parameters:
stepsize – STANdard the marker moves from one pixel to the next POINts the marker moves from one sweep point to the next
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’)