Cword

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:CWORd
READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:CWORd
class CwordCls[source]

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

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

Query the code number of the five last detected code words. Code word results are separated by commas.

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

return:

codeword: Detected DCS code number as octal number Range: 16 to 511

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

Query the code number of the five last detected code words. Code word results are separated by commas.

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

return:

codeword: Detected DCS code number as octal number Range: 16 to 511