Result

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:DIGital:RESult:BER
class ResultCls[source]

Result commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_ber() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:RESult:BER
value: bool = driver.configure.afRf.measurement.digital.result.get_ber()

Enables or disables the indication of the BER measurement results.

return:

ber_enable: OFF | ON

set_ber(ber_enable: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:DIGital:RESult:BER
driver.configure.afRf.measurement.digital.result.set_ber(ber_enable = False)

Enables or disables the indication of the BER measurement results.

param ber_enable:

OFF | ON