Current

SCPI Commands

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

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

calculate()List[RsCmwCdma2kMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:CDE:ISIGnal:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.trace.cde.isignal.current.calculate()

Returns the values of the code domain error (CDE) I-Signal and Q-Signal traces. The results of the current, average and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

cdp_isig_curr: float The number of results corresponds to the selected spreading factor (method RsCmwCdma2kMeas.Configure.MultiEval.sfactor) , for example 16 results for SF16. Range: -70 dB to 0 dB, Unit: dB

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

Returns the values of the code domain error (CDE) I-Signal and Q-Signal traces. The results of the current, average and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

cdp_isig_curr: float The number of results corresponds to the selected spreading factor (method RsCmwCdma2kMeas.Configure.MultiEval.sfactor) , for example 16 results for SF16. Range: -70 dB to 0 dB, Unit: dB

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

Returns the values of the code domain error (CDE) I-Signal and Q-Signal traces. The results of the current, average and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

cdep_isig_curr: float The number of results corresponds to the selected spreading factor (method RsCmwCdma2kMeas.Configure.MultiEval.sfactor) , for example 16 results for SF16. Range: -70 dB to 0 dB, Unit: dB