Start

SCPI Command :

[SENSe]:ADEMod:ZOOM:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:ADEMod:ZOOM:STARt
value: float = driver.sense.ademod.zoom.start.get()

The command selects the start time for the zoomed display of analog-demodulated measurements in the specified window. The maximum value depends on the measurement time, which is set and can be queried with the method RsFsw.sense.ademod.mtime.set() command. If the zoom function is enabled, the defined number of sweep points are displayed from the start time specified with this command.

Returns:

time: Range: 0 s to (measurement time - zoom length) , Unit: S

set(time: float) None[source]
# [SENSe]:ADEMod:ZOOM:STARt
driver.sense.ademod.zoom.start.set(time = 1.0)

The command selects the start time for the zoomed display of analog-demodulated measurements in the specified window. The maximum value depends on the measurement time, which is set and can be queried with the method RsFsw.sense.ademod.mtime.set() command. If the zoom function is enabled, the defined number of sweep points are displayed from the start time specified with this command.

Parameters:

time – Range: 0 s to (measurement time - zoom length) , Unit: S