Auto

SCPI Command :

[SENSe]:DDEMod:TIME:AUTO
class AutoCls[source]

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

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

return

state: ON | OFF | 0 | 1 OFF | 0 The result length is specified by [SENSe:]DDEMod:TIME. ON | 1 The result length is set to the number defined in the currently loaded Frame Structure file.

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

param state

ON | OFF | 0 | 1 OFF | 0 The result length is specified by [SENSe:]DDEMod:TIME. ON | 1 The result length is set to the number defined in the currently loaded Frame Structure file.