Current

SCPI Commands :

READ:LTE:MEASurement<Instance>:PRACh:TRACe:PERRor:CURRent
FETCh:LTE:MEASurement<Instance>:PRACh:TRACe:PERRor:CURRent
class CurrentCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:PRACh:TRACe:PERRor:CURRent
value: List[float] = driver.prach.trace.perror.current.fetch()

Return the values of the phase error traces. Each value is averaged over the samples in one preamble subcarrier. The results of the current, average and maximum traces can be retrieved. See also ‘View EVM, Magnitude Error, Phase Error’.

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

return:

results: float The number of results depends on the preamble format. Format 0 to 3: 839 EVM values, format 4: 139 EVM values Unit: deg

read() List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:PRACh:TRACe:PERRor:CURRent
value: List[float] = driver.prach.trace.perror.current.read()

Return the values of the phase error traces. Each value is averaged over the samples in one preamble subcarrier. The results of the current, average and maximum traces can be retrieved. See also ‘View EVM, Magnitude Error, Phase Error’.

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

return:

results: float The number of results depends on the preamble format. Format 0 to 3: 839 EVM values, format 4: 139 EVM values Unit: deg