Restore

SCPI Command :

REFCurve<*>:RESTore
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(refCurve=RefCurve.Default) None[source]
# REFCurve<*>:RESTore
driver.refCurve.restore.set(refCurve = repcap.RefCurve.Default)

Applies the original settings of the reference waveform to the horizontal and vertical settings of the selected waveform.

Parameters:

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

set_and_wait(refCurve=RefCurve.Default, opc_timeout_ms: int = -1) None[source]