IqcThreshold
SCPI Command :
[SENSe]:DDEMod:SEARch:SYNC:IQCThreshold
- class IqcThresholdCls[source]
IqcThreshold commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:IQCThreshold value: float = driver.applications.k70Vsa.sense.ddemod.search.sync.iqcThreshold.get()
Sets the I/Q correlation threshold for pattern matching in percent. A high level means stricter matching.
- return
correlation_lev: Range: 10.0 to 100.0, Unit: PCT
- set(correlation_lev: float) None [source]
# SCPI: [SENSe]:DDEMod:SEARch:SYNC:IQCThreshold driver.applications.k70Vsa.sense.ddemod.search.sync.iqcThreshold.set(correlation_lev = 1.0)
Sets the I/Q correlation threshold for pattern matching in percent. A high level means stricter matching.
- param correlation_lev
Range: 10.0 to 100.0, Unit: PCT