Activate

SCPI Command :

CONFigure:FDCorrection:ACTivate
class ActivateCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Table_Rx: str: No parameter help available

  • Table_Tx: str: No parameter help available

get(connector: str) GetStruct[source]
# SCPI: CONFigure:FDCorrection:ACTivate
value: GetStruct = driver.configure.freqCorrection.activate.get(connector = rawAbc)

Activates a correction table for one or more signal paths using a specific RF connector. For bidirectional connectors, the table can be applied to both directions or to one direction. It is possible to assign different tables to the directions of a bidirectional connector. A table can be assigned to all paths using the connector or to paths with a specific connector / converter combination.

param connector:

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

return:

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

set(connector: str, table: str, direction: RxTxDirection = None, rf_converter: RfConverterInPath = None) None[source]
# SCPI: CONFigure:FDCorrection:ACTivate
driver.configure.freqCorrection.activate.set(connector = rawAbc, table = 'abc', direction = enums.RxTxDirection.RX, rf_converter = enums.RfConverterInPath.RF1)

Activates a correction table for one or more signal paths using a specific RF connector. For bidirectional connectors, the table can be applied to both directions or to one direction. It is possible to assign different tables to the directions of a bidirectional connector. A table can be assigned to all paths using the connector or to paths with a specific connector / converter combination.

param connector:

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

param table:

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

RXTX | RX | TX Specifies the direction to which the correction table is applied. RX means input and TX means output. For a pure output connector, RX is ignored. RXTX: both directions (for output connector same effect as TX) RX: input (not allowed for output connector) TX: output Default: RXTX

param rf_converter:

RF1 | RF2 | RF3 | RF4 RX or TX module in the path (RFn = RXn / TXn) If omitted, the table is activated for any paths using the specified connector, independent of the used RX/TX module.