Hysteresis

SCPI Command :

REFLevel<*>:RELative:HYSTeresis
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(refLevel=RefLevel.Default) float[source]
# REFLevel<*>:RELative:HYSTeresis
value: float = driver.refLevel.relative.hysteresis.get(refLevel = repcap.RefLevel.Default)

Defines a hysteresis for the middle reference level. A rise or fall from the middle reference value that does not exceed the hysteresis is rejected as noise.

Parameters:

refLevel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefLevel’)

Returns:

hyst_rel: 0 to 50

set(hyst_rel: float, refLevel=RefLevel.Default) None[source]
# REFLevel<*>:RELative:HYSTeresis
driver.refLevel.relative.hysteresis.set(hyst_rel = 1.0, refLevel = repcap.RefLevel.Default)

Defines a hysteresis for the middle reference level. A rise or fall from the middle reference value that does not exceed the hysteresis is rejected as noise.

Parameters:
  • hyst_rel – 0 to 50

  • refLevel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefLevel’)