Hysteresis

SCPI Command :

[SENSe]:DETect:HYSTeresis
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [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 method RsFsw.applications.k6Pulse.sense.detect.threshold.set() ) . As long as the signal does not exceed the hysteresis, the next threshold crossing is ignored.

Returns:

hysteresis: Unit: DB

set(hysteresis: float) None[source]
# [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 method RsFsw.applications.k6Pulse.sense.detect.threshold.set() ) . As long as the signal does not exceed the hysteresis, the next threshold crossing is ignored.

Parameters:

hysteresis – Unit: DB