Ber

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:LOOP
CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:TSTart
CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:TRUN
class Ber[source]

Ber commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_loop()RsCmwGsmMeas.enums.LoopType[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:LOOP
value: enums.LoopType = driver.configure.multiEval.ber.get_loop()

Selects the loop for BER tests.

return

loop: C | SRB C: Loop C (for GMSK signals, with channel coding) SRB: SRB loop (for 8PSK-modulated signals, MCS7 to MCS9)

get_trun()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:TRUN
value: float = driver.configure.multiEval.ber.get_trun()

Selects the threshold run value for BER tests. This value is the maximum bit error rate in any burst considered for the BER measurement.

return

threshold_run: numeric Range: 0 % to 100 %, Unit: %

get_tstart()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:TSTart
value: float = driver.configure.multiEval.ber.get_tstart()

Selects the threshold start value for BER tests. This value is the maximum bit error rate in the first burst of the BER measurement.

return

threshold_start: numeric Range: 0 % to 100 %, Unit: %

set_loop(loop: RsCmwGsmMeas.enums.LoopType)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:LOOP
driver.configure.multiEval.ber.set_loop(loop = enums.LoopType.C)

Selects the loop for BER tests.

param loop

C | SRB C: Loop C (for GMSK signals, with channel coding) SRB: SRB loop (for 8PSK-modulated signals, MCS7 to MCS9)

set_trun(threshold_run: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:TRUN
driver.configure.multiEval.ber.set_trun(threshold_run = 1.0)

Selects the threshold run value for BER tests. This value is the maximum bit error rate in any burst considered for the BER measurement.

param threshold_run

numeric Range: 0 % to 100 %, Unit: %

set_tstart(threshold_start: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:BER:TSTart
driver.configure.multiEval.ber.set_tstart(threshold_start = 1.0)

Selects the threshold start value for BER tests. This value is the maximum bit error rate in the first burst of the BER measurement.

param threshold_start

numeric Range: 0 % to 100 %, Unit: %