Current

SCPI Commands

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

Return the values of the UE power vs slot trace over all carriers. You can query the number of measured slots using the CONFigure:WCDMa:MEAS:TPC:…:MLENgth? command of the used measurement mode.

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

return

ue_power: float N power results, one per measured slot Range: -100 dBm to 55 dBm, Unit: dBm

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

Return the values of the UE power vs slot trace over all carriers. You can query the number of measured slots using the CONFigure:WCDMa:MEAS:TPC:…:MLENgth? command of the used measurement mode.

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

return

ue_power: float N power results, one per measured slot Range: -100 dBm to 55 dBm, Unit: dBm