Current

SCPI Commands

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

Return the values of the phase error vs. chip diagram. See also ‘Detailed Views: Modulation’

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

return

phase_error_chip: float Comma-separated list of 4096 values, one per chip of the preselected preamble Range: -180 deg to 180 deg, Unit: deg

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

Return the values of the phase error vs. chip diagram. See also ‘Detailed Views: Modulation’

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

return

phase_error_chip: float Comma-separated list of 4096 values, one per chip of the preselected preamble Range: -180 deg to 180 deg, Unit: deg