Position
SCPI Command :
DIFFerential<*>:COMMon:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(differential=Differential.Default) float[source]
# DIFFerential<*>:COMMon:POSition value: float = driver.differential.common.position.get(differential = repcap.Differential.Default)
Set the vertical position 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(position_common: float, differential=Differential.Default) None[source]
# DIFFerential<*>:COMMon:POSition driver.differential.common.position.set(position_common = 1.0, differential = repcap.Differential.Default)
Set the vertical position of differential and common mode waveforms. Vertical settings of P and N output are the vertical settings of the input channels.
- Parameters:
position_common – Position value
differential – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Differential’)