CorrectionTable

SCPI Command :

CONFigure:BASE:FDCorrection:CTABle:DELete
class CorrectionTableCls[source]

CorrectionTable commands group definition. 10 total commands, 9 Subgroups, 1 group commands

delete(table_name: str) None[source]
# SCPI: CONFigure:BASE:FDCorrection:CTABle:DELete
driver.configure.freqCorrection.correctionTable.delete(table_name = 'abc')

Deletes a correction table from the RAM and the system drive.

param table_name:

string To display a list of existing tables, use the command CONFigure:BASE:FDCorrection:CTABle:CATalog?. You can add the prefix ‘instn/’ to address subinstrument number n+1.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.freqCorrection.correctionTable.clone()

Subgroups