Length

SCPI Command :

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

The command allows you to define the length of the time domain zoom area for the analog-demodulated measurement data in the specified window manually. If the length is defined manually using this command, the zoom mode is also set to manual.

Returns:

length: Unit: S Length of the zoom area in seconds.

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

The command allows you to define the length of the time domain zoom area for the analog-demodulated measurement data in the specified window manually. If the length is defined manually using this command, the zoom mode is also set to manual.

Parameters:

length – Unit: S Length of the zoom area in seconds.

Cloning the Group

# Create a copy of the original group, that exists independently
length_copy = driver.sense.ademod.zoom.length.clone()

Subgroups