Range

SCPI Command :

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

Sets the voltage range across the 10 vertical divisions of the diagram. Use the command alternativly instead of method RsRtx.channel.scale.set() .

Parameters:

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

Returns:

range_py: Voltage range value

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

Sets the voltage range across the 10 vertical divisions of the diagram. Use the command alternativly instead of method RsRtx.channel.scale.set() .

Parameters:
  • range_py – Voltage range value

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