Current

SCPI Commands

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

Return the values of the UE power vs. chip diagram. See also ‘Detailed Views: UE Power and Power Steps’

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

return

ue_power_chip: float Comma-separated list of 9216 values, one per chip: 2560 values before last preamble, 4096 values for preselected preamble, 2560 values after last preamble Range: -100 dBm to 55 dBm, Unit: dBm

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

Return the values of the UE power vs. chip diagram. See also ‘Detailed Views: UE Power and Power Steps’

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

return

ue_power_chip: float Comma-separated list of 9216 values, one per chip: 2560 values before last preamble, 4096 values for preselected preamble, 2560 values after last preamble Range: -100 dBm to 55 dBm, Unit: dBm