Scale
SCPI Command :
ZVC:Z<*>:V<*>:SCALe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:V<*>:SCALe value: float = driver.zvc.z.voltage.scale.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the vertical scale for the voltage channel in Volts per division. Increasing the scale compresses the display of the signal.
- Parameters:
zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)
zvcChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Voltage’)
- Returns:
vertical_scale: 1E-15 to 10E+24
- set(vertical_scale: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:V<*>:SCALe driver.zvc.z.voltage.scale.set(vertical_scale = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Sets the vertical scale for the voltage channel in Volts per division. Increasing the scale compresses the display of the signal.
- Parameters:
vertical_scale – 1E-15 to 10E+24
zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)
zvcChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Voltage’)