Current

SCPI Commands :

READ:NIOT:MEASurement<Instance>:MEValuation:PERRor:CURRent
FETCh:NIOT:MEASurement<Instance>:MEValuation:PERRor:CURRent
class CurrentCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:PERRor:CURRent
value: List[float] = driver.niotMeas.multiEval.perror.current.fetch()

Returns the values of the phase error bar graphs for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum bar graphs can be retrieved. See also ‘Squares Magnitute Error, Phase Error’.

Suppressed linked return values: reliability

return:

results: Comma-separated list of 7 results, for SC-FDMA symbol 0 to 6

read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:PERRor:CURRent
value: List[float] = driver.niotMeas.multiEval.perror.current.read()

Returns the values of the phase error bar graphs for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum bar graphs can be retrieved. See also ‘Squares Magnitute Error, Phase Error’.

Suppressed linked return values: reliability

return:

results: Comma-separated list of 7 results, for SC-FDMA symbol 0 to 6