Update
SCPI Command :
REFCurve<*>:UPDate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(refCurve=RefCurve.Default) None[source]
# REFCurve<*>:UPDate driver.refCurve.update.set(refCurve = repcap.RefCurve.Default)
Copies the selected source waveform with all its settings to the memory of the reference waveform. If there is a previously defined reference waveform in this memory, it is updated by the current source waveform. If the acquisition is running, the reference waveform is a snapshot.
- 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]