ThCoupling

SCPI Command :

BUS<*>:PARallel:THCoupling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:PARallel:THCoupling
value: bool = driver.bus.parallel.thCoupling.get(bus = repcap.Bus.Default)

Sets the threshold for all digital channels of the selected bus to the same value. Also the hysteresis value is applied to all digital channels. Tor parallel bus 1, the command method RsRtx.digital.thCoupling.set() has the same effect.

Parameters:

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

Returns:

level_coupling: OFF | ON

set(level_coupling: bool, bus=Bus.Default) None[source]
# BUS<*>:PARallel:THCoupling
driver.bus.parallel.thCoupling.set(level_coupling = False, bus = repcap.Bus.Default)

Sets the threshold for all digital channels of the selected bus to the same value. Also the hysteresis value is applied to all digital channels. Tor parallel bus 1, the command method RsRtx.digital.thCoupling.set() has the same effect.

Parameters:
  • level_coupling – OFF | ON

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