Current
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:EVMagnitude:PEAK:CURRent
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:EVMagnitude:PEAK:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
Reliability: int: decimal ‘Reliability indicator’
Low: List[float]: float EVM value for low EVM window position. Unit: %
High: List[float]: float EVM value for high EVM window position. Unit: %
- fetch(carrierComponent=CarrierComponent.Default) ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>]:EVMagnitude:PEAK:CURRent value: ResultData = driver.nrSubMeas.multiEval.cc.evMagnitude.peak.current.fetch(carrierComponent = repcap.CarrierComponent.Default)
Returns the values of the EVM peak 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 EVM values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘View EVM’.
- 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>]:EVMagnitude:PEAK:CURRent value: ResultData = driver.nrSubMeas.multiEval.cc.evMagnitude.peak.current.read(carrierComponent = repcap.CarrierComponent.Default)
Returns the values of the EVM peak 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 EVM values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘View EVM’.
- 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.