State
SCPI Command :
REFCurve<*>:RESCale:HORizontal:STATe
- Commands in total: 1Subgroups: 0Direct 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)
Enables and disables the horizontal stretching. Stretching changes 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)
Enables and disables the horizontal stretching. Stretching changes 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’)