FerfCh

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERFch:MFER
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERFch:CLEVel
class FerfCh[source]

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

get_clevel()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERFch:CLEVel
value: float = driver.configure.rxQuality.limit.ferfCh.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:FERFch:MFER
value: float = driver.configure.rxQuality.limit.ferfCh.get_mfer()

Defines the maximum FER allowed before indicating an error.

return

max_ferf_ch: No help available

set_clevel(min_confide_level: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERFch:CLEVel
driver.configure.rxQuality.limit.ferfCh.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_ferf_ch: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:LIMit:FERFch:MFER
driver.configure.rxQuality.limit.ferfCh.set_mfer(max_ferf_ch = 1.0)

Defines the maximum FER allowed before indicating an error.

param max_ferf_ch

Range: 0 % to 50 %, Unit: %