Usage

SCPI Command :

CONFigure:FDCorrection:USAGe
class UsageCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Not_Avail_Rx: str: No parameter help available

  • Correction_Table_Rx: str: No parameter help available

  • Not_Avail_Tx: str: No parameter help available

  • Correction_Table_Tx: str: No parameter help available

get(connector: str, rf_converter: RfConverterInPath = None) GetStruct[source]
# SCPI: CONFigure:FDCorrection:USAGe
value: GetStruct = driver.configure.freqCorrection.usage.get(connector = rawAbc, rf_converter = enums.RfConverterInPath.RF1)

Lists the correction tables assigned to a specific RF connector or a specific connector / converter combination.

param connector:

Selects a single RF connector For possible connector values, see ‘Values for RF path selection’.

param rf_converter:

RF1 | RF2 | RF3 | RF4 RX and TX module in the path (RFn = RXn, TXn) If the specified converter value is incompatible with the connector or the results are ambiguous because this parameter is omitted, NAV is returned.

return:

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