CorrectionTable

SCPI Commands :

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

CorrectionTable commands group definition. 10 total commands, 8 Subgroups, 2 group commands

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

No command help available

param table_name:

No help available

delete_all(table_path: str = None) None[source]
# SCPI: CONFigure:BASE:FDCorrection:CTABle:DELete:ALL
driver.configure.base.freqCorrection.correctionTable.delete_all(table_path = rawAbc)

No command help available

param table_path:

No help available

Cloning the Group

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

Subgroups