Auto
SCPI Command :
[SENSe]:DDEMod:TIME:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:DDEMod:TIME:AUTO value: bool = driver.applications.k70Vsa.sense.ddemod.time.auto.get()
Determines how the result length is defined for multi-modulation analysis. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 The result length is specified by method
RsFsw.applications.k70Vsa.sense.ddemod.time.set(). ON | 1 The result length is set to the number defined in the currently loaded Frame Structure file.
- set(state: bool) None[source]
# [SENSe]:DDEMod:TIME:AUTO driver.applications.k70Vsa.sense.ddemod.time.auto.set(state = False)
Determines how the result length is defined for multi-modulation analysis. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 The result length is specified by method
RsFsw.applications.k70Vsa.sense.ddemod.time.set(). ON | 1 The result length is set to the number defined in the currently loaded Frame Structure file.