ThCoupling

SCPI Command :

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

Enables the same threshold value to be used for all lanes. When the threshold coupling is disabled, changes to the threshold value only affect the respective lane.

Parameters:

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

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

Enables the same threshold value to be used for all lanes. When the threshold coupling is disabled, changes to the threshold value only affect the respective lane.

Parameters:
  • thres_cpl – OFF | ON

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