Scale

SCPI Command :

CHANnel<*>:SCALe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# CHANnel<*>:SCALe
value: float = driver.channel.scale.get(channel = repcap.Channel.Default)

Sets the vertical scale for the indicated channel.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

scale: Scale value, given in Volts per division.

set(scale: float, channel=Channel.Default) None[source]
# CHANnel<*>:SCALe
driver.channel.scale.set(scale = 1.0, channel = repcap.Channel.Default)

Sets the vertical scale for the indicated channel.

Parameters:
  • scale – Scale value, given in Volts per division.

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)