Correction

SCPI Command :

[SENSe]:CORRection:RECall
Commands in total: 121
Subgroups: 8
Direct child commands: 1
recall() None[source]
# [SENSe]:CORRection:RECall
driver.sense.correction.recall()

Restores the measurement configuration used for calibration. Is only available if External Generator Control (R&S FSW-B10) is installed and active.

recall_with_opc(opc_timeout_ms: int = -1) None[source]
# [SENSe]:CORRection:RECall
driver.sense.correction.recall_with_opc()

Restores the measurement configuration used for calibration. Is only available if External Generator Control (R&S FSW-B10) is installed and active.

Same as recall, 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.

Cloning the Group

# Create a copy of the original group, that exists independently
correction_copy = driver.sense.correction.clone()

Subgroups