Refresh
SCPI Command :
INITiate:REFResh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set() None[source]
# INITiate:REFResh driver.applications.k14Xnr5G.initiate.refresh.set()
Updates the current measurement results to reflect the current measurement settings. No new I/Q data is captured. Thus, measurement settings apply to the I/Q data currently in the capture buffer. The command applies exclusively to I/Q measurements. It requires I/Q data.
- set_with_opc(opc_timeout_ms: int = -1) None[source]
# INITiate:REFResh driver.applications.k14Xnr5G.initiate.refresh.set_with_opc()
Updates the current measurement results to reflect the current measurement settings. No new I/Q data is captured. Thus, measurement settings apply to the I/Q data currently in the capture buffer. The command applies exclusively to I/Q measurements. It requires I/Q data.
Same as set, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.