Start

SCPI Command :

[SENSe]:ADEMod:ZOOM:STARt
class StartCls[source]

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

get() float[source]
# SCPI: [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 [SENSe:]ADEMod:MTIMe command. If the zoom function is enabled, the defined number of sweep points are displayed from the start time specified with this command.

return

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

set(time: float) None[source]
# SCPI: [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 [SENSe:]ADEMod:MTIMe command. If the zoom function is enabled, the defined number of sweep points are displayed from the start time specified with this command.

param time

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