Length

SCPI Command :

CONFigure:BASE:FDCorrection:CTABle:LENGth
class LengthCls[source]

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

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

Returns the number of entries (i.e. pairs of frequency and attenuation) of a correction table.

param table_name:

string To display a list of existing tables, use the command method RsCmwBase.Configure.FreqCorrection.CorrectionTable.Catalog.get_. You can add the prefix ‘instn/’ to address subinstrument number n+1.

return:

table_length: decimal Number of table entries