State

SCPI Command :

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

If enabled, the horizontal offset and factor are applied to the reference waveform. Stretching and offset change the display of the waveform independent of the horizontal settings of the source waveform and of the horizontal diagram settings.

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:HORizontal:STATe
driver.refCurve.rescale.horizontal.state.set(state = False, refCurve = repcap.RefCurve.Default)

If enabled, the horizontal offset and factor are applied to the reference waveform. Stretching and offset change the display of the waveform independent of the horizontal settings of the source waveform and of the horizontal diagram settings.

Parameters:
  • state – OFF | ON

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