Auto
SCPI Command :
[SENSe]:DDEMod:SEARch:BURSt:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoManualMode[source]
# [SENSe]:DDEMod:SEARch:BURSt:AUTO value: enums.AutoManualMode = driver.applications.k70Vsa.sense.ddemod.search.burst.auto.get()
Links the burst search to the type of signal. When a signal is marked as bursted, burst search is switched on automatically.
- Returns:
auto_burst_search: AUTO | MANual
- set(auto_burst_search: AutoManualMode) None[source]
# [SENSe]:DDEMod:SEARch:BURSt:AUTO driver.applications.k70Vsa.sense.ddemod.search.burst.auto.set(auto_burst_search = enums.AutoManualMode.AUTO)
Links the burst search to the type of signal. When a signal is marked as bursted, burst search is switched on automatically.
- Parameters:
auto_burst_search – AUTO | MANual