Average

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:EVMagnitude:AVERage
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:EVMagnitude:AVERage
CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:EVMagnitude: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: ‘Reliability indicator’

  • Low: List[float]: EVM value for low EVM window position.

  • High: List[float]: EVM value for high EVM window position.

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

No command help available

param carrierComponent:

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

param layer:

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

return:

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

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

Returns the values of the EVM RMS diagrams for the OFDM symbols in the measured slot, for carrier <no>, layer/antenna <l>. The results of the current, average and maximum diagrams can be retrieved. There is one pair of EVM values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘Square EVM’.

param carrierComponent:

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

param layer:

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

return:

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

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

Returns the values of the EVM RMS diagrams for the OFDM symbols in the measured slot, for carrier <no>, layer/antenna <l>. The results of the current, average and maximum diagrams can be retrieved. There is one pair of EVM values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘Square EVM’.

param carrierComponent:

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

param layer:

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

return:

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