Coupling

SCPI Command :

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

Couples the upper and lower threshold values for the Manchester and Manchester II coding standards. The values are coupled to voltages with the same magnitude but opposite sign (positive for the upper threshold and negative for the lower threshold) . However, if the upper threshold is set to a negative voltage or the lower threshold is set to a positive voltage, coupling is disabled, and the other voltage (the one that was not actively set) is automatically adjusted, to avoid an upper threshold below the lower one, or a lower threshold above the upper one.

Parameters:

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

Returns:

man_thres_cpl: OFF | ON

  • ON: Activates coupling of the upper and lower threshold values.

  • OFF: Disables coupling of the upper and lower threshold values.

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

Couples the upper and lower threshold values for the Manchester and Manchester II coding standards. The values are coupled to voltages with the same magnitude but opposite sign (positive for the upper threshold and negative for the lower threshold) . However, if the upper threshold is set to a negative voltage or the lower threshold is set to a positive voltage, coupling is disabled, and the other voltage (the one that was not actively set) is automatically adjusted, to avoid an upper threshold below the lower one, or a lower threshold above the upper one.

Parameters:
  • man_thres_cpl

    OFF | ON

    • ON: Activates coupling of the upper and lower threshold values.

    • OFF: Disables coupling of the upper and lower threshold values.

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