Mode

SCPI Command :

[SENSe]:ADEMod:ZOOM:LENGth:MODE
class ModeCls[source]

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

get() RsFsw.enums.AutoManualMode[source]
# SCPI: [SENSe]:ADEMod:ZOOM:LENGth:MODE
value: enums.AutoManualMode = driver.sense.ademod.zoom.length.mode.get()

The command defines whether the length of the zoom area for the analog-demodulated measurement data is defined automatically or manually in the specified window.

return

mode: AUTO | MAN AUTO (Default:) The number of sweep points is used as the zoom length. MAN The zoom length is defined manually using [SENSe:]ADEModn:ZOOM:LENGth.

set(mode: RsFsw.enums.AutoManualMode) None[source]
# SCPI: [SENSe]:ADEMod:ZOOM:LENGth:MODE
driver.sense.ademod.zoom.length.mode.set(mode = enums.AutoManualMode.AUTO)

The command defines whether the length of the zoom area for the analog-demodulated measurement data is defined automatically or manually in the specified window.

param mode

AUTO | MAN AUTO (Default:) The number of sweep points is used as the zoom length. MAN The zoom length is defined manually using [SENSe:]ADEModn:ZOOM:LENGth.