Exist

SCPI Command :

CONFigure:BASE:FDCorrection:CTABle:EXISt
class ExistCls[source]

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

get(table_name: str) int[source]
# SCPI: CONFigure:BASE:FDCorrection:CTABle:EXISt
value: int = driver.configure.freqCorrection.correctionTable.exist.get(table_name = 'abc')

Queries whether a correction table with the specified name exists or not.

param table_name:

string You can add the prefix ‘instn/’ to the table name, to address subinstrument number n+1.

return:

exists: 0 | 1 0: table does not exist 1: table exists