Offset

SCPI Command :

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

Sets the offset voltage, which corrects an offset-affected signal. The vertical center of the selected channel is shifted by the offset value and the signal is repositioned within the diagram.

Parameters:

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

Returns:

offset: -1 to 1

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

Sets the offset voltage, which corrects an offset-affected signal. The vertical center of the selected channel is shifted by the offset value and the signal is repositioned within the diagram.

Parameters:
  • offset – -1 to 1

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