Hysteresis
SCPI Command :
[SENSe]:DETect:HYSTeresis
- class HysteresisCls[source]
Hysteresis commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DETect:HYSTeresis value: float = driver.applications.k6Pulse.sense.detect.hysteresis.get()
Defines a hysteresis for pulse detection in dB in relation to the defined threshold (see [SENSe:]DETect:THReshold) . As long as the signal does not exceed the hysteresis, the next threshold crossing is ignored.
- return
hysteresis: Unit: DB
- set(hysteresis: float) None [source]
# SCPI: [SENSe]:DETect:HYSTeresis driver.applications.k6Pulse.sense.detect.hysteresis.set(hysteresis = 1.0)
Defines a hysteresis for pulse detection in dB in relation to the defined threshold (see [SENSe:]DETect:THReshold) . As long as the signal does not exceed the hysteresis, the next threshold crossing is ignored.
- param hysteresis
Unit: DB