Offset

SCPI Command :

DIFFerential<*>:COMMon:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(differential=Differential.Default) float[source]
# DIFFerential<*>:COMMon:OFFSet
value: float = driver.differential.common.offset.get(differential = repcap.Differential.Default)

Set the offset of differential and common mode waveforms. Vertical settings of P and N output are the vertical settings of the input channels.

Parameters:

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

set(offset_common: float, differential=Differential.Default) None[source]
# DIFFerential<*>:COMMon:OFFSet
driver.differential.common.offset.set(offset_common = 1.0, differential = repcap.Differential.Default)

Set the offset of differential and common mode waveforms. Vertical settings of P and N output are the vertical settings of the input channels.

Parameters:
  • offset_common – Offset value

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