MultiEval

SCPI Commands

CONFigure:CDMA:MEASurement<Instance>:MEValuation:TOUT
CONFigure:CDMA:MEASurement<Instance>:MEValuation:REPetition
CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCONdition
CONFigure:CDMA:MEASurement<Instance>:MEValuation:SFACtor
CONFigure:CDMA:MEASurement<Instance>:MEValuation:MOEXception
CONFigure:CDMA:MEASurement<Instance>:MEValuation:IQLCheck
class MultiEval[source]

MultiEval commands group definition. 50 total commands, 5 Sub-groups, 6 group commands

get_iql_check()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:IQLCheck
value: bool = driver.configure.multiEval.get_iql_check()

Enables or disables the CDP I/Q leakage check.

return

iq_leak_state: OFF | ON

get_mo_exception()bool[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:MOEXception
value: bool = driver.configure.multiEval.get_mo_exception()

Specifies whether measurement results that the R&S CMW identifies as faulty or inaccurate are rejected.

return

meas_on_exception: OFF | ON ON: Results are never rejected OFF: Faulty results are rejected

get_repetition()RsCmwCdma2kMeas.enums.Repeat[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:REPetition
value: enums.Repeat = driver.configure.multiEval.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 CONFigure:..:MEAS<i>:…:SCOunt to determine the number of measurement intervals per single shot.

return

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

get_scondition()RsCmwCdma2kMeas.enums.StopCondition[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCONdition
value: enums.StopCondition = driver.configure.multiEval.get_scondition()

Qualifies whether the measurement is stopped after a failed limit check or continued. SLFail means that the measurement is stopped (STOP:…MEAS<i>…) and reaches the RDY state when one of the results exceeds the limits.

return

stop_condition: NONE | SLFail NONE: Continue measurement irrespective of the limit check SLFail: Stop measurement on limit failure

get_sfactor()RsCmwCdma2kMeas.enums.SpreadingFactor[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SFACtor
value: enums.SpreadingFactor = driver.configure.multiEval.get_sfactor()

Selects the spreading factor for the code domain power and code domain error measurements.

return

spreading_factor: SF16 | SF32 | SF64 SF16: spreading factor 16 SF32: spreading factor 32 SF64: spreading factor 64

get_timeout()float[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:TOUT
value: float = driver.configure.multiEval.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: numeric Unit: s

set_iql_check(iq_leak_state: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:IQLCheck
driver.configure.multiEval.set_iql_check(iq_leak_state = False)

Enables or disables the CDP I/Q leakage check.

param iq_leak_state

OFF | ON

set_mo_exception(meas_on_exception: bool)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:MOEXception
driver.configure.multiEval.set_mo_exception(meas_on_exception = False)

Specifies whether measurement results that the R&S CMW identifies as faulty or inaccurate are rejected.

param meas_on_exception

OFF | ON ON: Results are never rejected OFF: Faulty results are rejected

set_repetition(repetition: RsCmwCdma2kMeas.enums.Repeat)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:REPetition
driver.configure.multiEval.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 CONFigure:..:MEAS<i>:…:SCOunt to determine the number of measurement intervals per single shot.

param repetition

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

set_scondition(stop_condition: RsCmwCdma2kMeas.enums.StopCondition)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SCONdition
driver.configure.multiEval.set_scondition(stop_condition = enums.StopCondition.NONE)

Qualifies whether the measurement is stopped after a failed limit check or continued. SLFail means that the measurement is stopped (STOP:…MEAS<i>…) and reaches the RDY state when one of the results exceeds the limits.

param stop_condition

NONE | SLFail NONE: Continue measurement irrespective of the limit check SLFail: Stop measurement on limit failure

set_sfactor(spreading_factor: RsCmwCdma2kMeas.enums.SpreadingFactor)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:SFACtor
driver.configure.multiEval.set_sfactor(spreading_factor = enums.SpreadingFactor.SF16)

Selects the spreading factor for the code domain power and code domain error measurements.

param spreading_factor

SF16 | SF32 | SF64 SF16: spreading factor 16 SF32: spreading factor 32 SF64: spreading factor 64

set_timeout(timeout: float)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:MEValuation:TOUT
driver.configure.multiEval.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

numeric Unit: s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.clone()

Subgroups