Mode

SCPI Command :

[SENSe]:DDEMod:SEARch:SYNC:MODE
class ModeCls[source]

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

get() RsFsw.enums.SyncMode[source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:MODE
value: enums.SyncMode = driver.applications.k70Vsa.sense.ddemod.search.sync.mode.get()

Sets the vector analyzer so that the measurement is performed only if the measurement was synchronous to the selected sync pattern. The command is available only if the pattern search is activated (see [SENSe:]DDEMod:SEARch:SYNC:STATe) .

return

meas_only_on_patt: MEAS | SYNC MEAS The measurement is performed independently of successful synchronization SYNC The measured values are displayed and considered in the error evaluation only if the set sync pattern was found. Bursts with a wrong sync pattern (sync not found) are ignored. If an invalid or no sync pattern is found, the measurement waits and resumes running only when a valid sync pattern is found.

set(meas_only_on_patt: RsFsw.enums.SyncMode) None[source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:MODE
driver.applications.k70Vsa.sense.ddemod.search.sync.mode.set(meas_only_on_patt = enums.SyncMode.MEAS)

Sets the vector analyzer so that the measurement is performed only if the measurement was synchronous to the selected sync pattern. The command is available only if the pattern search is activated (see [SENSe:]DDEMod:SEARch:SYNC:STATe) .

param meas_only_on_patt

MEAS | SYNC MEAS The measurement is performed independently of successful synchronization SYNC The measured values are displayed and considered in the error evaluation only if the set sync pattern was found. Bursts with a wrong sync pattern (sync not found) are ignored. If an invalid or no sync pattern is found, the measurement waits and resumes running only when a valid sync pattern is found.