State

SCPI Command :

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

The command enables or disables the time domain zoom function for the analog-demodulated measurement data in the specified window. If the zoom function is enabled, the defined number of sweep points are displayed from the start time specified with method RsFsw.sense.ademod.zoom.start.set() . If the zoom function is disabled, data reduction is used to adapt the measurement points to the number of points available on the display.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# [SENSe]:ADEMod:ZOOM[:STATe]
driver.sense.ademod.zoom.state.set(state = False)

The command enables or disables the time domain zoom function for the analog-demodulated measurement data in the specified window. If the zoom function is enabled, the defined number of sweep points are displayed from the start time specified with method RsFsw.sense.ademod.zoom.start.set() . If the zoom function is disabled, data reduction is used to adapt the measurement points to the number of points available on the display.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on