Mode
SCPI Command :
[SENSe]:DDEMod:SEARch:BURSt:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.BurstMode [source]
# SCPI: [SENSe]:DDEMod:SEARch:BURSt:MODE value: enums.BurstMode = driver.applications.k70Vsa.sense.ddemod.search.burst.mode.get()
Sets the vector analyzer so that a measurement is performed only if a burst is found. The command is available only if the burst search is activated (see [SENSe:]DDEMod:SEARch:BURSt:STATe) .
- return
meas_only_on_burst: MEAS | BURS MEAS Measurement is always performed BURS Measurement is performed only if a burst is found
- set(meas_only_on_burst: RsFsw.enums.BurstMode) None [source]
# SCPI: [SENSe]:DDEMod:SEARch:BURSt:MODE driver.applications.k70Vsa.sense.ddemod.search.burst.mode.set(meas_only_on_burst = enums.BurstMode.BURS)
Sets the vector analyzer so that a measurement is performed only if a burst is found. The command is available only if the burst search is activated (see [SENSe:]DDEMod:SEARch:BURSt:STATe) .
- param meas_only_on_burst
MEAS | BURS MEAS Measurement is always performed BURS Measurement is performed only if a burst is found