Length

SCPI Command :

[SENSe]:ADEMod:ZOOM:LENGth
class LengthCls[source]

Length commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [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.

return

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

set(length: float) None[source]
# SCPI: [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.

param length

Unit: S Length of the zoom area in seconds.

Cloning the Group

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

Subgroups