Add

SCPI Command :

CONFigure:BASE:FDCorrection:CTABle:ADD
class AddCls[source]

Add commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(table_name: str, frequency: List[float] = None, correction: List[float] = None) None[source]
# SCPI: CONFigure:BASE:FDCorrection:CTABle:ADD
driver.configure.freqCorrection.correctionTable.add.set(table_name = 'abc', frequency = [1.1, 2.2, 3.3], correction = [1.1, 2.2, 3.3])

Adds entries to an existing correction table. At least one parameter pair has to be specified. A command with an incomplete pair (e.g. <Frequency> without <Correction>) is ignored completely. You can add parameter pairs in any order. The table entries (pairs) are automatically sorted from lowest to highest frequency. For the supported frequency range, see ‘Frequency range’.

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.

param frequency:

numeric Unit: Hz

param correction:

numeric Range: -50 dB to 90 dB, Unit: dB