ThCoupling
SCPI Command :
BUS<*>:DPHY:THCoupling
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:DPHY:THCoupling value: bool = driver.bus.dphy.thCoupling.get(bus = repcap.Bus.Default)
Enables coupling, i.e. the same threshold and hysteresis value is used for all lanes.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
thres_cpl: OFF | ON
- set(thres_cpl: bool, bus=Bus.Default) None[source]
# BUS<*>:DPHY:THCoupling driver.bus.dphy.thCoupling.set(thres_cpl = False, bus = repcap.Bus.Default)
Enables coupling, i.e. the same threshold and hysteresis value is used for all lanes.
- Parameters:
thres_cpl – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)