Mode
SCPI Command :
[SENSe]:DDEMod:SEARch:SYNC:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SyncMode[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.state.set()) .- Returns:
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: SyncMode) None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.state.set()) .- Parameters:
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.