Current

SCPI Commands :

READ:NRSub:MEASurement<Instance>:SRS:TRACe:PERRor:CURRent
FETCh:NRSub:MEASurement<Instance>:SRS:TRACe:PERRor:CURRent
Commands in total: 2
Subgroups: 0
Direct child commands: 2
fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:SRS:TRACe:PERRor:CURRent
value: List[float] = driver.nrSubMeas.srs.trace.perror.current.fetch()

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

Suppressed linked return values: reliability

Returns:

results: Comma-separated list of phase error values, one value per subcarrier.

read() List[float][source]
# READ:NRSub:MEASurement<Instance>:SRS:TRACe:PERRor:CURRent
value: List[float] = driver.nrSubMeas.srs.trace.perror.current.read()

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

Suppressed linked return values: reliability

Returns:

results: Comma-separated list of phase error values, one value per subcarrier.