FerfCh

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:TOUT
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:REPetition
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:SCONdition
CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:FRAMes
class FerfCh[source]

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

get_frames()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:FRAMes
value: int = driver.configure.rxQuality.ferfCh.get_frames()

Defines the number of frames used to calculate FER. Hence it defines the length of a single shot FER measurement.

return

ferf_ch_frames: No help available

get_repetition()RsCmwCdma2kSig.enums.Repeat[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:REPetition
value: enums.Repeat = driver.configure.rxQuality.ferfCh.get_repetition()

Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single-shot or repeated continuously. Use method RsCmwCdma2kSig.Configure.RxQuality.FersCh.frames to determine the number of test frames per single shot.

return

repetition: SINGleshot | CONTinuous SINGleshot: Single-shot measurement CONTinuous: Continuous measurement

get_scondition()RsCmwCdma2kSig.enums.StopConditionB[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:SCONdition
value: enums.StopConditionB = driver.configure.rxQuality.ferfCh.get_scondition()

Qualifies whether the measurement is stopped after a failed limit check or continued. SLFail means that the measurement is stopped and reaches the RDY state when one of the results exceeds the limits.

return

stop_condition: NONE | ALEXeeded | MCLexceeded | MFER NONE: Continue measurement irrespective of the limit check ALEXceeded: Stop if any limit is exceeded MCLexceeded: Stop if minimum confidence level is exceeded MFERexceeded: Stop if maximum FER is exceeded

get_timeout()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:TOUT
value: float = driver.configure.rxQuality.ferfCh.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return

timeout: Unit: s

set_frames(ferf_ch_frames: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:FRAMes
driver.configure.rxQuality.ferfCh.set_frames(ferf_ch_frames = 1)

Defines the number of frames used to calculate FER. Hence it defines the length of a single shot FER measurement.

param ferf_ch_frames

Range: 1 to 100E+3

set_repetition(repetition: RsCmwCdma2kSig.enums.Repeat)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:REPetition
driver.configure.rxQuality.ferfCh.set_repetition(repetition = enums.Repeat.CONTinuous)

Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single-shot or repeated continuously. Use method RsCmwCdma2kSig.Configure.RxQuality.FersCh.frames to determine the number of test frames per single shot.

param repetition

SINGleshot | CONTinuous SINGleshot: Single-shot measurement CONTinuous: Continuous measurement

set_scondition(stop_condition: RsCmwCdma2kSig.enums.StopConditionB)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:SCONdition
driver.configure.rxQuality.ferfCh.set_scondition(stop_condition = enums.StopConditionB.ALEXeeded)

Qualifies whether the measurement is stopped after a failed limit check or continued. SLFail means that the measurement is stopped and reaches the RDY state when one of the results exceeds the limits.

param stop_condition

NONE | ALEXeeded | MCLexceeded | MFER NONE: Continue measurement irrespective of the limit check ALEXceeded: Stop if any limit is exceeded MCLexceeded: Stop if minimum confidence level is exceeded MFERexceeded: Stop if maximum FER is exceeded

set_timeout(timeout: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:RXQuality:FERFch:TOUT
driver.configure.rxQuality.ferfCh.set_timeout(timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param timeout

Unit: s