Coupling

SCPI Command :

DIFFerential<*>:COUPling
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(differential=Differential.Default) bool[source]
# DIFFerential<*>:COUPling
value: bool = driver.differential.coupling.get(differential = repcap.Differential.Default)

If enabled for a differential signal, the vertical scales of P, N, differential and common mode waveforms are coupled. The scales are related as follows: VertScaleP = VertScaleN = VertScaleCM = VertScaleDiff/2 You can disable the scale coupling and set an individual scale for each waveform.

Parameters:

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

Returns:

scale_coupling: OFF | ON

set(scale_coupling: bool, differential=Differential.Default) None[source]
# DIFFerential<*>:COUPling
driver.differential.coupling.set(scale_coupling = False, differential = repcap.Differential.Default)

If enabled for a differential signal, the vertical scales of P, N, differential and common mode waveforms are coupled. The scales are related as follows: VertScaleP = VertScaleN = VertScaleCM = VertScaleDiff/2 You can disable the scale coupling and set an individual scale for each waveform.

Parameters:
  • scale_coupling – OFF | ON

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