Current

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:PRACh:TRACe:MERRor:RMS:CURRent
READ:WCDMa:MEASurement<Instance>:PRACh:TRACe:MERRor:RMS:CURRent
class Current[source]

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

fetch()List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:PRACh:TRACe:MERRor[:RMS]:CURRent
value: List[float] = driver.prach.trace.merror.rms.current.fetch()

Return the magnitude error RMS and peak values for each measured preamble.

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

return

magnitude_error: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) Range: PEAK: -100 % to 100 %, RMS: 0 % to 100 % , Unit: %

read()List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:PRACh:TRACe:MERRor[:RMS]:CURRent
value: List[float] = driver.prach.trace.merror.rms.current.read()

Return the magnitude error RMS and peak values for each measured preamble.

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

return

magnitude_error: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) Range: PEAK: -100 % to 100 %, RMS: 0 % to 100 % , Unit: %