Offset
SCPI Command :
CALCulate:MATH<*>:VERTical:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) float[source]
# CALCulate:MATH<*>:VERTical:OFFSet value: float = driver.calculate.math.vertical.offset.get(math = repcap.Math.Default)
Sets a voltage offset to adjust the vertical position of the math function on the screen.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
vertical_offset: Negative values move the waveform au, positive values move it down.
- set(vertical_offset: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:VERTical:OFFSet driver.calculate.math.vertical.offset.set(vertical_offset = 1.0, math = repcap.Math.Default)
Sets a voltage offset to adjust the vertical position of the math function on the screen.
- Parameters:
vertical_offset – Negative values move the waveform au, positive values move it down.
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)