Current

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:RIPPle<nr>:CURRent
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:RIPPle<nr>:CURRent
class CurrentCls[source]

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

calculate(ripple=Ripple.Default) List[float][source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:RIPPle<nr>:CURRent
value: List[float or bool] = driver.multiEval.listPy.esFlatness.ripple.current.calculate(ripple = repcap.Ripple.Default)

Return equalizer spectrum flatness single value results (ripple 1 or ripple 2) 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.

param ripple:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ripple’)

return:

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

fetch(ripple=Ripple.Default) List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:RIPPle<nr>:CURRent
value: List[float] = driver.multiEval.listPy.esFlatness.ripple.current.fetch(ripple = repcap.Ripple.Default)

Return equalizer spectrum flatness single value results (ripple 1 or ripple 2) 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.

param ripple:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ripple’)

return:

ripple: float Comma-separated list of values, one per measured segment Unit: dB