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)

The offset voltage is subtracted to correct an offset-affected signal. The offset of a signal is determined and set by the autoset procedure. See also: ‘Offset’.

Parameters:

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

Returns:

offset: Negative values move the waveform up, positive values move it down.

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

The offset voltage is subtracted to correct an offset-affected signal. The offset of a signal is determined and set by the autoset procedure. See also: ‘Offset’.

Parameters:
  • offset – Negative values move the waveform up, positive values move it down.

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