Coupling

SCPI Command :

BUS<*>:SWIRe:COUPling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) bool[source]
# BUS<*>:SWIRe:COUPling
value: bool = driver.bus.swire.coupling.get(bus = repcap.Bus.Default)

Enables coupling, i.e. the same threshold and hysteresis value is used for the strob and the data signal.

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<*>:SWIRe:COUPling
driver.bus.swire.coupling.set(thres_cpl = False, bus = repcap.Bus.Default)

Enables coupling, i.e. the same threshold and hysteresis value is used for the strob and the data signal.

Parameters:
  • thres_cpl – OFF | ON

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