Mode
SCPI Command :
[SENSe]:ADEMod:ZOOM:LENGth:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoManualMode[source]
# [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.
- Returns:
mode: AUTO | MAN AUTO (Default:) The number of sweep points is used as the zoom length. MAN The zoom length is defined manually using method
RsFsw.sense.ademod.zoom.length.set().
- set(mode: AutoManualMode) None[source]
# [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.
- Parameters:
mode – AUTO | MAN AUTO (Default:) The number of sweep points is used as the zoom length. MAN The zoom length is defined manually using method
RsFsw.sense.ademod.zoom.length.set().