Maximum

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:MAXimum
FETCh:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:MAXimum
class MaximumCls[source]

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

fetch() float[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:MAXimum
value: float = driver.lteMeas.multiEval.evmc.peak.maximum.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.

Suppressed linked return values: reliability

return:

evm_cpeak_maximum: No help available

read() float[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:EVMC:PEAK:MAXimum
value: float = driver.lteMeas.multiEval.evmc.peak.maximum.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.

Suppressed linked return values: reliability

return:

evm_cpeak_maximum: No help available