ThCoupling

SCPI Command :

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

Sets the threshold and the hysteresis for all digital channels of Logic1 to the same value.

Parameters:

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

Returns:

state: OFF | ON

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

Sets the threshold and the hysteresis for all digital channels of Logic1 to the same value.

Parameters:
  • state – OFF | ON

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