Threshold

SCPI Command :

[SENSe]:MIXer:THReshold
class ThresholdCls[source]

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

get() float[source]
# SCPI: [SENSe]:MIXer:THReshold
value: float = driver.applications.k60Transient.sense.mixer.threshold.get()

Defines the maximum permissible level difference between test sweep and reference sweep to be corrected during automatic comparison (see [SENSe:]MIXer<x>:SIGNal) .

return

value: numeric value Range: 0.1 dB to 100 dB, Unit: DB

set(value: float) None[source]
# SCPI: [SENSe]:MIXer:THReshold
driver.applications.k60Transient.sense.mixer.threshold.set(value = 1.0)

Defines the maximum permissible level difference between test sweep and reference sweep to be corrected during automatic comparison (see [SENSe:]MIXer<x>:SIGNal) .

param value

numeric value Range: 0.1 dB to 100 dB, Unit: DB