Update

SCPI Command :

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

Copies the selected source waveform (see method RsRtx.refCurve.source.set() ) with all its settings to the memory of the reference 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]