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