Threshold
SCPI Command :
[SENSe]:DETect:THReshold
- class ThresholdCls[source]
Threshold commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DETect:THReshold value: float = driver.applications.k149Uwb.sense.detect.threshold.get()
The threshold determines whether a pulse is detected or not. The top of a pulse must exceed the threshold in order to be detected. The threshold is defined in relation to the reference defined by [SENSe:]DETect:REFerence.
- return
level: numeric value in dB or dBm, depending on reference type
- set(level: float) None [source]
# SCPI: [SENSe]:DETect:THReshold driver.applications.k149Uwb.sense.detect.threshold.set(level = 1.0)
The threshold determines whether a pulse is detected or not. The top of a pulse must exceed the threshold in order to be detected. The threshold is defined in relation to the reference defined by [SENSe:]DETect:REFerence.
- param level
numeric value in dB or dBm, depending on reference type