FersCh

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERSch:MFER
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERSch:CLEVel
class FersCh[source]

FersCh commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_clevel()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERSch:CLEVel
value: float = driver.configure.rxQuality.limit.fersCh.get_clevel()

Defines the minimum confidence level of the FER that must be met without indicating an error.

return

min_confide_level: Range: 85 % to 99.99 %, Unit: %

get_mfer()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERSch:MFER
value: float = driver.configure.rxQuality.limit.fersCh.get_mfer()

Defines the maximum FER allowed before indicating an error.

return

max_fersh_0: Range: 0 % to 50 %, Unit: %

set_clevel(min_confide_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERSch:CLEVel
driver.configure.rxQuality.limit.fersCh.set_clevel(min_confide_level = 1.0)

Defines the minimum confidence level of the FER that must be met without indicating an error.

param min_confide_level

Range: 85 % to 99.99 %, Unit: %

set_mfer(max_fersh_0: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERSch:MFER
driver.configure.rxQuality.limit.fersCh.set_mfer(max_fersh_0 = 1.0)

Defines the maximum FER allowed before indicating an error.

param max_fersh_0

Range: 0 % to 50 %, Unit: %