Details

SCPI Command :

CONFigure:BASE:FDCorrection:CTABle:DETails
class DetailsCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Frequency: List[float]: No parameter help available

  • Correction: List[float]: No parameter help available

get(table_name: str, start_index: float = None, count: float = None) GetStruct[source]
# SCPI: CONFigure:BASE:FDCorrection:CTABle:DETails
value: GetStruct = driver.configure.freqCorrection.correctionTable.details.get(table_name = 'abc', start_index = 1.0, count = 1.0)

Returns the entries of a correction table.

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 start_index:

numeric Index number of the first entry to be listed. The first entry of a table has index number 0. Default: 0

param count:

numeric Maximum number of entries to be listed. By default, all entries from StartIndex to the end of the table are listed.

return:

structure: for return value, see the help for GetStruct structure arguments.