MultiEval

SCPI Commands :

CONFigure:NRMMw:MEASurement<Instance>:MEValuation:PFORmat
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:TOUT
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:DMODe
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:REPetition
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:SCONdition
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MMODe
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MOEXception
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:NSUBframes
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:FSTRucture
CONFigure:NRMMw:MEASurement<Instance>:MEValuation:GHOPping
class MultiEvalCls[source]

MultiEval commands group definition. 79 total commands, 9 Subgroups, 10 group commands

get_dmode() DuplexModeB[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:DMODe
value: enums.DuplexModeB = driver.configure.nrMmwMeas.multiEval.get_dmode()

No command help available

return:

mode: No help available

get_fstructure() ConfigType[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:FSTRucture
value: enums.ConfigType = driver.configure.nrMmwMeas.multiEval.get_fstructure()

No command help available

return:

frame_structure: No help available

get_ghopping() bool[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:GHOPping
value: bool = driver.configure.nrMmwMeas.multiEval.get_ghopping()

No command help available

return:

value: No help available

get_mmode() MeasurementMode[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MMODe
value: enums.MeasurementMode = driver.configure.nrMmwMeas.multiEval.get_mmode()

Selects the measurement mode.

return:

measurement_mode: NORMal: normal mode MELMode: multi-evaluation list mode For a setting command, only NORMal is allowed (disables the list mode) . A query can also return MELM.

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

Specifies whether measurement results identified as faulty or inaccurate are rejected.

return:

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

get_nsub_frames() int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:NSUBframes
value: int = driver.configure.nrMmwMeas.multiEval.get_nsub_frames()

Specifies the number of subframes to be evaluated. If you use two RX antennas, the maximum allowed value is reduced to 10.

return:

no_subframe: No help available

get_pformat() PucchFormat[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:PFORmat
value: enums.PucchFormat = driver.configure.nrMmwMeas.multiEval.get_pformat()

No command help available

return:

pucch_format: No help available

get_repetition() Repeat[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:REPetition
value: enums.Repeat = driver.configure.nrMmwMeas.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: Single-shot measurement CONTinuous: Continuous measurement

get_scondition() StopCondition[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:SCONdition
value: enums.StopCondition = driver.configure.nrMmwMeas.multiEval.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: Continue measurement irrespective of the limit check. SLFail: Stop measurement on limit failure.

get_timeout() float[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:TOUT
value: float = driver.configure.nrMmwMeas.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. 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: No help available

set_dmode(mode: DuplexModeB) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:DMODe
driver.configure.nrMmwMeas.multiEval.set_dmode(mode = enums.DuplexModeB.FDD)

No command help available

param mode:

No help available

set_ghopping(value: bool) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:GHOPping
driver.configure.nrMmwMeas.multiEval.set_ghopping(value = False)

No command help available

param value:

No help available

set_mmode(measurement_mode: MeasurementMode) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:MMODe
driver.configure.nrMmwMeas.multiEval.set_mmode(measurement_mode = enums.MeasurementMode.MELMode)

Selects the measurement mode.

param measurement_mode:

NORMal: normal mode MELMode: multi-evaluation list mode For a setting command, only NORMal is allowed (disables the list mode) . A query can also return MELM.

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

Specifies whether measurement results identified as faulty or inaccurate are rejected.

param meas_on_exception:

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

set_nsub_frames(no_subframe: int) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:NSUBframes
driver.configure.nrMmwMeas.multiEval.set_nsub_frames(no_subframe = 1)

Specifies the number of subframes to be evaluated. If you use two RX antennas, the maximum allowed value is reduced to 10.

param no_subframe:

No help available

set_pformat(pucch_format: PucchFormat) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:PFORmat
driver.configure.nrMmwMeas.multiEval.set_pformat(pucch_format = enums.PucchFormat.F0)

No command help available

param pucch_format:

No help available

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:REPetition
driver.configure.nrMmwMeas.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: Single-shot measurement CONTinuous: Continuous measurement

set_scondition(stop_condition: StopCondition) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:MEValuation:SCONdition
driver.configure.nrMmwMeas.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 and reaches the RDY state when one of the results exceeds the limits.

param stop_condition:

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

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

No help available

Cloning the Group

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

Subgroups