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