Current

SCPI Commands

READ:WCDMa:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:CHIP:CURRent
FETCh:WCDMa:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:CHIP:CURRent
class Current[source]

Current commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:CHIP:CURRent
value: List[float] = driver.multiEval.trace.evMagnitude.chip.current.fetch()

Returns the values of the RMS EVM vs. chip traces, measured in the preselected slot (see method RsCmwWcdmaMeas.Configure. MultiEval.pslot) . One value per chip is returned. The results of the current, average and maximum traces can be retrieved. See also ‘Detailed Views: Modulation, CDP and CDE’

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

return

evm_chip: float Range: 0 % to 100 %, Unit: %

read()List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:EVMagnitude:CHIP:CURRent
value: List[float] = driver.multiEval.trace.evMagnitude.chip.current.read()

Returns the values of the RMS EVM vs. chip traces, measured in the preselected slot (see method RsCmwWcdmaMeas.Configure. MultiEval.pslot) . One value per chip is returned. The results of the current, average and maximum traces can be retrieved. See also ‘Detailed Views: Modulation, CDP and CDE’

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

return

evm_chip: float Range: 0 % to 100 %, Unit: %