CorrectionTable

SCPI Command :

MMEMory:STORe<n>:MCGD:CTABle
class CorrectionTableCls[source]

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

set(file: str, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:MCGD:CTABle
driver.applications.k17Mcgd.massMemory.store.mcgd.correctionTable.set(file = 'abc', store = repcap.Store.Default)
Stores the carrier table to a .csv file.

INTRO_CMD_HELP: The .csv file has the following structure:

  • Column 1: Carrier position index

  • Column 2: Carrier frequency

  • Column 3: Carrier state (0|1|on|off)

  • Column 4: Carrier Threshold (in dBm)

param file

1..n

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)