Hysteresis
SCPI Command :
BUS<*>:I3C:SCL:HYSTeresis
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:I3C:SCL:HYSTeresis value: float = driver.bus.i3C.scl.hysteresis.get(bus = repcap.Bus.Default)
Sets a hysteresis value for the clock line.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
scl_hysteresis: -12 to 12
- set(scl_hysteresis: float, bus=Bus.Default) None[source]
# BUS<*>:I3C:SCL:HYSTeresis driver.bus.i3C.scl.hysteresis.set(scl_hysteresis = 1.0, bus = repcap.Bus.Default)
Sets a hysteresis value for the clock line.
- Parameters:
scl_hysteresis – -12 to 12
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)