Threshold
SCPI Command :
[SENSe]:DETect:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:DETect:THReshold value: float = driver.applications.k6Pulse.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 method
RsFsw.applications.k6Pulse.sense.detect.reference.set().- Returns:
level: numeric value in dB or dBm, depending on reference type
- set(level: float) None[source]
# [SENSe]:DETect:THReshold driver.applications.k6Pulse.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 method
RsFsw.applications.k6Pulse.sense.detect.reference.set().- Parameters:
level – numeric value in dB or dBm, depending on reference type