Current

SCPI Commands :

READ:WCDMa:MEASurement<instance>:PRACh:TRACe:PSTeps:CURRent
FETCh:WCDMa:MEASurement<instance>:PRACh:TRACe:PSTeps:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

Return the bargraph values of the power steps.

Suppressed linked return values: reliability

return:

power_steps: Comma-separated list of values, one result per measured preamble (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.Prach.mpreamble) For the first preamble, NCAP is returned.

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

Return the bargraph values of the power steps.

Suppressed linked return values: reliability

return:

power_steps: Comma-separated list of values, one result per measured preamble (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.Prach.mpreamble) For the first preamble, NCAP is returned.