Current

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:SPECtrum:CURRent
FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:SPECtrum:CURRent
CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:SPECtrum: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:SPECtrum:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.trace.spectrum.current.calculate()

Returns the power spectrum traces across the frequency span (8 MHz) . 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

curr_spectrum: float Frequency-dependent power values. Each of the traces contains 1667 values. Range: -100 dB to +57 dB , Unit: dB

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

Returns the power spectrum traces across the frequency span (8 MHz) . 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

curr_spectrum: float Frequency-dependent power values. Each of the traces contains 1667 values. Range: -100 dB to +57 dB , Unit: dB

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

Returns the power spectrum traces across the frequency span (8 MHz) . 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

curr_spectrum: float Frequency-dependent power values. Each of the traces contains 1667 values. Range: -100 dB to +57 dB , Unit: dB