Dmatches

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:DMATches
READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:DMATches
class DmatchesCls[source]

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

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

Query the number of received code words that matched the expected code word.

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

return:

detected_matches: Number of matches

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

Query the number of received code words that matched the expected code word.

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

return:

detected_matches: Number of matches