ThCoupling

SCPI Command :

PBUS<*>:THCoupling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrBus=PwrBus.Default) bool[source]
# PBUS<*>:THCoupling
value: bool = driver.pbus.thCoupling.get(pwrBus = repcap.PwrBus.Default)

Sets the threshold and the hysteresis for all digital channels and all buses to the same value. For Logic 1, the command method RsMxo.digital.thCoupling.set() has the same effect.

Parameters:

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

Returns:

level_coupling: OFF | ON

set(level_coupling: bool, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:THCoupling
driver.pbus.thCoupling.set(level_coupling = False, pwrBus = repcap.PwrBus.Default)

Sets the threshold and the hysteresis for all digital channels and all buses to the same value. For Logic 1, the command method RsMxo.digital.thCoupling.set() has the same effect.

Parameters:
  • level_coupling – OFF | ON

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