Current

SCPI Commands

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

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

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

return

power_steps: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) For the first preamble NCAP is returned. Range: -10 dB to 50 dB, Unit: dB

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

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

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

return

power_steps: float Comma-separated list of values, one result per measured preamble (see method RsCmwWcdmaMeas.Configure.Prach.mpreamble) For the first preamble NCAP is returned. Range: -10 dB to 50 dB, Unit: dB