Threshold
SCPI Command :
BUS<*>:I2C:SCL:THReshold
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:I2C:SCL:THReshold value: float = driver.bus.i2C.scl.threshold.get(bus = repcap.Bus.Default)
Sets a user-defined threshold value for the clock line. Alternatively, you can set the threshold according to the signal technology with method
RsRtx.bus.i2C.technology.set().- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
scl_threshold: User-defined clock threshold
- set(scl_threshold: float, bus=Bus.Default) None[source]
# BUS<*>:I2C:SCL:THReshold driver.bus.i2C.scl.threshold.set(scl_threshold = 1.0, bus = repcap.Bus.Default)
Sets a user-defined threshold value for the clock line. Alternatively, you can set the threshold according to the signal technology with method
RsRtx.bus.i2C.technology.set().- Parameters:
scl_threshold – User-defined clock threshold
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)