Position
SCPI Command :
CHANnel<*>:POSition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# CHANnel<*>:POSition value: float = driver.channel.position.get(channel = repcap.Channel.Default)
Moves the selected signal up or down in the diagram. While the offset sets a voltage, position is a graphical setting given in divisions. The visual effect is the same as for offset.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
position: Positive values move up the waveform, 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)
Moves the selected signal up or down in the diagram. While the offset sets a voltage, position is a graphical setting given in divisions. The visual effect is the same as for offset.
- Parameters:
position – Positive values move up the waveform, negative values move it down.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)