Scale
SCPI Command :
CHANnel<*>:SCALe
- Commands in total: 1Subgroups: 0Direct 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, which defines the displayed amplitude of the selected waveform.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
scale: 0.001 to 1
- 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, which defines the displayed amplitude of the selected waveform.
- Parameters:
scale – 0.001 to 1
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)