Current

SCPI Commands

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

Return the EVM RMS and peak values for each measured preamble.

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

return

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

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

Return the EVM RMS and peak values for each measured preamble.

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

return

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