Tcoupling

SCPI Command :

BUS<*>:I2S:TCOupling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:I2S:TCOupling
value: bool = driver.bus.i2S.tcoupling.get(bus = repcap.Bus.Default)

Sets all thresholds to the value of the clock threshold method RsRtx.bus.i2S.clock.threshold.set() .

Parameters:

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

Returns:

coupling: OFF | ON

set(coupling: bool, bus=Bus.Default) None[source]
# BUS<*>:I2S:TCOupling
driver.bus.i2S.tcoupling.set(coupling = False, bus = repcap.Bus.Default)

Sets all thresholds to the value of the clock threshold method RsRtx.bus.i2S.clock.threshold.set() .

Parameters:
  • coupling – OFF | ON

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