Current

SCPI Commands

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

Return the values of the UE power bar graph. See also ‘Detailed Views: UE Power and Power Steps’

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

return

ue_power: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) Range: -100 dBm to 55 dBm, Unit: dBm

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

Return the values of the UE power bar graph. See also ‘Detailed Views: UE Power and Power Steps’

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

return

ue_power: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) Range: -100 dBm to 55 dBm, Unit: dBm