ThCoupling

SCPI Command :

DIGital<*>:THCoupling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalNull=DigitalNull.Default) bool[source]
# DIGital<*>:THCoupling
value: bool = driver.digital.thCoupling.get(digitalNull = repcap.DigitalNull.Default)

Sets the threshold and the hysteresis for all digital channels of parallel bus 1 to the same value. The command method RsRtx.bus.parallel.thCoupling.set() is used to set all buses.

Parameters:

digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)

Returns:

state: ON | OFF

set(state: bool, digitalNull=DigitalNull.Default) None[source]
# DIGital<*>:THCoupling
driver.digital.thCoupling.set(state = False, digitalNull = repcap.DigitalNull.Default)

Sets the threshold and the hysteresis for all digital channels of parallel bus 1 to the same value. The command method RsRtx.bus.parallel.thCoupling.set() is used to set all buses.

Parameters:
  • state – ON | OFF

  • digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)