Zoom

SCPI Commands :

SCENario:VOLatile:VIEW:ZOOM:POINt
SCENario:VOLatile:VIEW:ZOOM:RANGe
class ZoomCls[source]

Zoom commands group definition. 2 total commands, 0 Subgroups, 2 group commands

set_point(point: float) None[source]
# SCPI: SCENario:VOLatile:VIEW:ZOOM:POINt
driver.scenario.volatile.view.zoom.set_point(point = 1.0)

Sets center point of the displayed area.

param point:

float Always related to time Unit: s

set_range(range_py: float) None[source]
# SCPI: SCENario:VOLatile:VIEW:ZOOM:RANGe
driver.scenario.volatile.view.zoom.set_range(range_py = 1.0)

Sets the displayed waveform part as a range around the selected center point, set with the command method RsPulseSeq. Scenario.Volatile.View.Zoom.point.

param range_py:

float Expressed as a time span (units can be omitted) or as number of samples