Mode
SCPI Command :
[SENSe]:DDEMod:SEARch:BURSt:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() BurstMode[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.burst.state.set()) .- Returns:
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: BurstMode) None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.burst.state.set()) .- Parameters:
meas_only_on_burst – MEAS | BURS MEAS Measurement is always performed BURS Measurement is performed only if a burst is found