Current

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:PRACh:TRACe:PERRor:RMS:CURRent
READ:WCDMa:MEASurement<Instance>:PRACh:TRACe:PERRor: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:PERRor[:RMS]:CURRent
value: List[float] = driver.prach.trace.perror.rms.current.fetch()

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

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

return

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

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

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

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

return

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