Refresh

SCPI Command :

INITiate:REFResh
class RefreshCls[source]

Refresh commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set() None[source]
# SCPI: 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]
# SCPI: 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.

param opc_timeout_ms

Maximum time to wait in milliseconds, valid only for this call.