Average

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:PERRor:AVERage
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:PERRor:AVERage
CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:PERRor:AVERage
class AverageCls[source]

Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Low: List[enums.ResultStatus2]: No parameter help available

  • High: List[enums.ResultStatus2]: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Low: List[float]: float Phase error value for low EVM window position. Unit: deg

  • High: List[float]: float Phase error value for high EVM window position. Unit: deg

calculate(carrierComponent=CarrierComponent.Default) CalculateStruct[source]
# SCPI: CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:PERRor:AVERage
value: CalculateStruct = driver.nrSubMeas.multiEval.cc.perror.average.calculate(carrierComponent = repcap.CarrierComponent.Default)

No command help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

structure: for return value, see the help for CalculateStruct structure arguments.

fetch(carrierComponent=CarrierComponent.Default) ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:PERRor:AVERage
value: ResultData = driver.nrSubMeas.multiEval.cc.perror.average.fetch(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the phase error bar graphs for the OFDM symbols in the measured slot, for carrier <no>. The results of the current, average and maximum bar graphs can be retrieved. There is one pair of phase error values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘Views Magnitude Error, Phase Error’.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

structure: for return value, see the help for ResultData structure arguments.

read(carrierComponent=CarrierComponent.Default) ResultData[source]
# SCPI: READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:PERRor:AVERage
value: ResultData = driver.nrSubMeas.multiEval.cc.perror.average.read(carrierComponent = repcap.CarrierComponent.Default)

Returns the values of the phase error bar graphs for the OFDM symbols in the measured slot, for carrier <no>. The results of the current, average and maximum bar graphs can be retrieved. There is one pair of phase error values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘Views Magnitude Error, Phase Error’.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

structure: for return value, see the help for ResultData structure arguments.