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