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