Position

SCPI Command :

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

Sets the vertical position of the indicated channel as a graphical value.

Parameters:

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

Returns:

position: Positive values move the waveform up, negative values move it down.

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

Sets the vertical position of the indicated channel as a graphical value.

Parameters:
  • position – Positive values move the waveform up, negative values move it down.

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