Extreme

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:IQOFfset:EXTReme
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:IQOFfset:EXTReme
class ExtremeCls[source]

Extreme commands group definition. 2 total commands, 0 Subgroups, 2 group commands

calculate() List[float][source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:IQOFfset:EXTReme
value: List[float or bool] = driver.multiEval.listPy.modulation.iqOffset.extreme.calculate()

Return I/Q origin offset values for all measured list mode segments. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

return:

iq_offset: (float or boolean items) float Comma-separated list of values, one per measured segment Unit: dBc

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:IQOFfset:EXTReme
value: List[float] = driver.multiEval.listPy.modulation.iqOffset.extreme.fetch()

Return I/Q origin offset values for all measured list mode segments. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

return:

iq_offset: float Comma-separated list of values, one per measured segment Unit: dBc