Current

SCPI Commands

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

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

class FetchStruct[source]

Response structure. Fields:

  • Relaibiltiy: int: No parameter help available

  • Current_Merr: List[float]: No parameter help available

fetch()FetchStruct[source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:MERRor:CURRent
value: FetchStruct = driver.multiEval.trace.merror.current.fetch()

Returns the values of the RMS magnitude error 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.

return

structure: for return value, see the help for FetchStruct structure arguments.

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

Returns the values of the RMS magnitude error 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_merr: float Range: -100 % to 100 %, Unit: %