Current

SCPI Commands

READ:WCDMa:MEASurement<Instance>:MEValuation:TRACe:CARRier<Carrier>:PERRor:RMS:CURRent
class Current[source]

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

read(carrier=<Carrier.Default: -1>)List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:CARRier<carrier>:PERRor[:RMS]:CURRent
value: List[float] = driver.multiEval.trace.carrier.perror.rms.current.read(carrier = repcap.Carrier.Default)

Returns the values of the RMS phase error traces for up to 120 slots. Each current value is averaged over a half-slot or a full-slot, depending on the measurement period (see method RsCmwWcdmaMeas.Configure.MultiEval.Mperiod.modulation) . The number of results depends on the measurement length (see method RsCmwWcdmaMeas.Configure.MultiEval.msCount) . The results of the current, average, maximum and standard deviation traces can be retrieved. The standard deviation trace cannot be displayed at the GUI. See also ‘Detailed Views: Modulation, CDP and CDE’

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

param carrier

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)

return

phase_error: No help available