Coupling

SCPI Command :

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

Couples the clock and data threshold values for the NRZ Clocked coding standard. The values are coupled to the same number.

Parameters:

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

Returns:

nrz_thres_cpl: OFF | ON

  • ON: Activates coupling of the NRZ clock and data threshold values.

  • OFF: Disables coupling of the NRZ clock and data threshold values.

set(nrz_thres_cpl: bool, bus=Bus.Default) None[source]
# BUS<*>:CMSB:NRZ:THReshold:COUPling
driver.bus.cmsb.nrz.threshold.coupling.set(nrz_thres_cpl = False, bus = repcap.Bus.Default)

Couples the clock and data threshold values for the NRZ Clocked coding standard. The values are coupled to the same number.

Parameters:
  • nrz_thres_cpl

    OFF | ON

    • ON: Activates coupling of the NRZ clock and data threshold values.

    • OFF: Disables coupling of the NRZ clock and data threshold values.

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