Offset

SCPI Command :

MEASurement<*>:TRACk:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:TRACk:OFFSet
value: float = driver.measurement.track.offset.get(measIndex = repcap.MeasIndex.Default)

Sets or queries the offset of the track waveform. If method RsMxo.measurement.track.contiunous.set() is ON, use the command to query the current value. If method RsMxo.measurement.track.contiunous.set() is OFF, the command sets the offset.

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

vertical_offset: -1E+26 to 1E+26

set(vertical_offset: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:TRACk:OFFSet
driver.measurement.track.offset.set(vertical_offset = 1.0, measIndex = repcap.MeasIndex.Default)

Sets or queries the offset of the track waveform. If method RsMxo.measurement.track.contiunous.set() is ON, use the command to query the current value. If method RsMxo.measurement.track.contiunous.set() is OFF, the command sets the offset.

Parameters:
  • vertical_offset – -1E+26 to 1E+26

  • measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)