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)

No command help available

param connector:

No help available

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)

No command help available

param connector:

No help available

param table:

No help available

param direction:

No help available

param rf_converter:

No help available