MultiEval

SCPI Commands :

CONFigure:UWB:MEASurement<Instance>:MEValuation:PTRacking
CONFigure:UWB:MEASurement<Instance>:MEValuation:PMODe
CONFigure:UWB:MEASurement<Instance>:MEValuation:SCONdition
CONFigure:UWB:MEASurement<Instance>:MEValuation:TOUT
CONFigure:UWB:MEASurement<Instance>:MEValuation:SCOunt
CONFigure:UWB:MEASurement<Instance>:MEValuation:REPetition
CONFigure:UWB:MEASurement<Instance>:MEValuation:MOEXception
CONFigure:UWB:MEASurement<Instance>:MEValuation:CAPLength
CONFigure:UWB:MEASurement<Instance>:MEValuation:EOFFset
class MultiEvalCls[source]

MultiEval commands group definition. 44 total commands, 16 Subgroups, 9 group commands

get_cap_length() float[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:CAPLength
value: float = driver.configure.uwbMeas.multiEval.get_cap_length()

Defines the length to capture the signal.

return:

capture_length: No help available

get_eoffset() float[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:EOFFset
value: float = driver.configure.uwbMeas.multiEval.get_eoffset()

Specifies which time period is excluded from the measurement at the beginning of the capture length.

return:

eval_offset: No help available

get_mo_exception() bool[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:MOEXception
value: bool = driver.configure.uwbMeas.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_pmode() PpduMode[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PMODe
value: enums.PpduMode = driver.configure.uwbMeas.multiEval.get_pmode()

Selects the measurement mode.

return:

ppdu_mode: SPPDu: single PPDU packet analysis MPPDu: multi PPDU packet analysis

get_ptracking() bool[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PTRacking
value: bool = driver.configure.uwbMeas.multiEval.get_ptracking()

Enables or disables phase tracking.

return:

enable: No help available

get_repetition() Repeat[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:REPetition
value: enums.Repeat = driver.configure.uwbMeas.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:UWB:MEASurement<Instance>:MEValuation:SCONdition
value: enums.StopCondition = driver.configure.uwbMeas.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 irrespective of the limit check. SLFail: Stop the measurement on limit failure.

get_scount() int[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:SCOunt
value: int = driver.configure.uwbMeas.multiEval.get_scount()

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The statistic count applies to TX modulation and jitter measurements.

return:

statistic_count: No help available

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

tcd_timeout: No help available

set_cap_length(capture_length: float) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:CAPLength
driver.configure.uwbMeas.multiEval.set_cap_length(capture_length = 1.0)

Defines the length to capture the signal.

param capture_length:

No help available

set_eoffset(eval_offset: float) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:EOFFset
driver.configure.uwbMeas.multiEval.set_eoffset(eval_offset = 1.0)

Specifies which time period is excluded from the measurement at the beginning of the capture length.

param eval_offset:

No help available

set_mo_exception(meas_on_exception: bool) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:MOEXception
driver.configure.uwbMeas.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_pmode(ppdu_mode: PpduMode) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PMODe
driver.configure.uwbMeas.multiEval.set_pmode(ppdu_mode = enums.PpduMode.MPPDu)

Selects the measurement mode.

param ppdu_mode:

SPPDu: single PPDU packet analysis MPPDu: multi PPDU packet analysis

set_ptracking(enable: bool) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:PTRacking
driver.configure.uwbMeas.multiEval.set_ptracking(enable = False)

Enables or disables phase tracking.

param enable:

No help available

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:REPetition
driver.configure.uwbMeas.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:UWB:MEASurement<Instance>:MEValuation:SCONdition
driver.configure.uwbMeas.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 irrespective of the limit check. SLFail: Stop the measurement on limit failure.

set_scount(statistic_count: int) None[source]
# SCPI: CONFigure:UWB:MEASurement<Instance>:MEValuation:SCOunt
driver.configure.uwbMeas.multiEval.set_scount(statistic_count = 1)

Specifies the statistic count of the measurement. The statistic count is equal to the number of measurement intervals per single shot. The statistic count applies to TX modulation and jitter measurements.

param statistic_count:

No help available

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

No help available

Cloning the Group

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

Subgroups