Correction

SCPI Command :

[SENSe]:CORRection:RECall
class CorrectionCls[source]

Correction commands group definition. 117 total commands, 6 Subgroups, 1 group commands

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

param opc_timeout_ms

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

Cloning the Group

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

Subgroups