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.k9X11Ad.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
threshold: No help available
- set(threshold: float) None [source]
# SCPI: [SENSe]:MIXer:THReshold driver.applications.k9X11Ad.sense.mixer.threshold.set(threshold = 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 threshold
No help available