Current

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:BERate:CURRent
READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:BERate:CURRent
class CurrentCls[source]

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

fetch() float[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:BERate:CURRent
value: float = driver.afRf.measurement.multiEval.tones.dcs.bitErrorRate.current.fetch()

Query the bit error rate measured for a DCS signal.

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

return:

bit_error_rate: Number of bit errors per second

read() float[source]
# SCPI: READ:AFRF:MEASurement<Instance>:MEValuation:TONes:DCS:BERate:CURRent
value: float = driver.afRf.measurement.multiEval.tones.dcs.bitErrorRate.current.read()

Query the bit error rate measured for a DCS signal.

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

return:

bit_error_rate: Number of bit errors per second