State

SCPI Command :

REFCurve<*>:RESCale:VERTical:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(refCurve=RefCurve.Default) bool[source]
# REFCurve<*>:RESCale:VERTical:STATe
value: bool = driver.refCurve.rescale.vertical.state.get(refCurve = repcap.RefCurve.Default)

If enabled, the vertical offset and factor are applied to the reference waveform. Stretching and offset change the display of the waveform independent of the vertical scale and position.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, refCurve=RefCurve.Default) None[source]
# REFCurve<*>:RESCale:VERTical:STATe
driver.refCurve.rescale.vertical.state.set(state = False, refCurve = repcap.RefCurve.Default)

If enabled, the vertical offset and factor are applied to the reference waveform. Stretching and offset change the display of the waveform independent of the vertical scale and position.

Parameters:
  • state – OFF | ON

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