Erase

SCPI Command :

CONFigure:BASE:FDCorrection:CTABle:ERASe
class EraseCls[source]

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

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

Removes one or more selected entries from a correction table. Each table entry consists of a frequency value and a correction value. Entries to be removed are selected via their frequency values. 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 Selects the table entry to be removed. The value must match the frequency of an existing table entry. To remove several entries, specify a comma-separated list of frequencies. Unit: Hz