IqcThreshold

SCPI Command :

[SENSe]:DDEMod:SEARch:SYNC:IQCThreshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [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.

Returns:

correlation_lev: Range: 10.0 to 100.0, Unit: PCT

set(correlation_lev: float) None[source]
# [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.

Parameters:

correlation_lev – Range: 10.0 to 100.0, Unit: PCT