Auto

SCPI Command :

[SENSe]:DDEMod:RLENgth:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DDEMod:RLENgth:AUTO
value: bool = driver.applications.k70Vsa.sense.ddemod.rlength.auto.get()

If enabled, the capture length is automatically adapted as required according to the current result length, burst and pattern search settings, and network-specific characteristics (e.g. burst and frame structures) .

set(state: bool) None[source]
# [SENSe]:DDEMod:RLENgth:AUTO
driver.applications.k70Vsa.sense.ddemod.rlength.auto.set(state = False)

If enabled, the capture length is automatically adapted as required according to the current result length, burst and pattern search settings, and network-specific characteristics (e.g. burst and frame structures) .