Average
SCPI Commands :
READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:CHIP:AVERage
FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:CHIP:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:CHIP:AVERage value: List[float] = driver.wcdmaMeas.multiEval.trace.evMagnitude.chip.average.fetch()
Returns the values of the RMS EVM vs chip traces, measured in the preselected slot (see method RsCMPX_WcdmaMeas.Configure. WcdmaMeas.MultiEval.pslot) . One value per chip is returned. The results of the current, average and maximum traces can be retrieved.
Suppressed linked return values: reliability
- return:
evm_chip: No help available
- read() List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:CHIP:AVERage value: List[float] = driver.wcdmaMeas.multiEval.trace.evMagnitude.chip.average.read()
Returns the values of the RMS EVM vs chip traces, measured in the preselected slot (see method RsCMPX_WcdmaMeas.Configure. WcdmaMeas.MultiEval.pslot) . One value per chip is returned. The results of the current, average and maximum traces can be retrieved.
Suppressed linked return values: reliability
- return:
evm_chip: No help available