LcWord

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:LCWord
READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:LCWord
class LcWordCls[source]

LcWord commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() str[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:LCWord
value: str = driver.afRf.measurement.multiEval.tones.dcs.lcWord.fetch()

Query the code number of the last detected code word that matched the expected code word.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

last_code_word: Detected DCS code number as octal number

read() str[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:LCWord
value: str = driver.afRf.measurement.multiEval.tones.dcs.lcWord.read()

Query the code number of the last detected code word that matched the expected code word.

Use RsCma.reliability.last_value to read the updated reliability indicator.

return:

last_code_word: Detected DCS code number as octal number