Current

SCPI Commands

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

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

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

Returns the values of the RMS EVM traces. The values cover a time interval of 500 μs and contain one value per chip. The results of the current, average and maximum traces can be retrieved.

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

return

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

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

Returns the values of the RMS EVM traces. The values cover a time interval of 500 μs and contain one value per chip. The results of the current, average and maximum traces can be retrieved.

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

return

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