Correction

SCPI Command :

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

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

recall(recall_file_path: str) None[source]
# SCPI: [SENSe]:CORRection:RECall
driver.applications.k30NoiseFigure.sense.correction.recall(recall_file_path = 'abc')

Sets the calibration results recall filepath and recalls the calibration results.

param recall_file_path

No help available

Cloning the Group

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

Subgroups