Threshold

SCPI Command :

BUS<*>:I2S:CLOCk:THReshold
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:I2S:CLOCk:THReshold
value: float = driver.bus.i2S.clock.threshold.get(bus = repcap.Bus.Default)

Sets the threshold value for the clock line SCLK. If method RsRtx.bus.i2S.tcoupling.set() is ON, the command sets the threshold for all lines.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

sclk_threshold: -10 to 10

set(sclk_threshold: float, bus=Bus.Default) None[source]
# BUS<*>:I2S:CLOCk:THReshold
driver.bus.i2S.clock.threshold.set(sclk_threshold = 1.0, bus = repcap.Bus.Default)

Sets the threshold value for the clock line SCLK. If method RsRtx.bus.i2S.tcoupling.set() is ON, the command sets the threshold for all lines.

Parameters:
  • sclk_threshold – -10 to 10

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)