StandardDev

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:SDEViation
class StandardDevCls[source]

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

fetch() float[source]

FETCh:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:SDEViation

Snippet: value: float = driver.multiEval.evmc.peak.standardDev.fetch()

The CURRent command returns the maximum value of the EVM vs subcarrier trace. The AVERage, MAXimum and SDEViation values are calculated from the CURRent values. The peak results cannot be displayed at the GUI.

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

return:

evm_cpeak_std_dev: float Unit: %

read() float[source]

READ:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:SDEViation

Snippet: value: float = driver.multiEval.evmc.peak.standardDev.read()

The CURRent command returns the maximum value of the EVM vs subcarrier trace. The AVERage, MAXimum and SDEViation values are calculated from the CURRent values. The peak results cannot be displayed at the GUI.

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

return:

evm_cpeak_std_dev: float Unit: %