Average
SCPI Commands :
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:SSS:AVERage
READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:SSS:AVERage
CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:SSS:AVERage
- Commands in total: 3Subgroups: 0Direct child commands: 3
- class CalculateStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.
3 Evm_Low: enums.ResultStatus2: EVM SLSS value, low EVM window position
4 Evm_High: enums.ResultStatus2: EVM SLSS value, high EVM window position
5 Mag_Err_Low: enums.ResultStatus2: Magnitude error SLSS value, low EVM window position
6 Mag_Err_High: enums.ResultStatus2: Magnitude error SLSS value, high EVM window position
7 Ph_Error_Low: enums.ResultStatus2: Phase error SLSS value, low EVM window position
8 Ph_Error_High: enums.ResultStatus2: Phase error SLSS value, high EVM window position
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.
3 Evm_Low: float: EVM SLSS value, low EVM window position
4 Evm_High: float: EVM SLSS value, high EVM window position
5 Mag_Err_Low: float: Magnitude error SLSS value, low EVM window position
6 Mag_Err_High: float: Magnitude error SLSS value, high EVM window position
7 Ph_Error_Low: float: Phase error SLSS value, low EVM window position
8 Ph_Error_High: float: Phase error SLSS value, high EVM window position
- calculate(carrierComponent=CarrierComponent.Default, layer=Layer.Default) CalculateStruct[source]
# CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:SSS:AVERage value: CalculateStruct = driver.nrSubMeas.multiEval.cc.layer.modulation.sss.average.calculate(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Return the current, average, extreme and standard deviation single-value SLSS results for carrier <no>, layer/antenna <l>. The values described below are returned by FETCh and READ commands. A CALCulate command returns limit check results instead, one value for each result listed below.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- Returns:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) ResultData[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:SSS:AVERage value: ResultData = driver.nrSubMeas.multiEval.cc.layer.modulation.sss.average.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Return the current, average, extreme and standard deviation single-value SLSS results for carrier <no>, layer/antenna <l>. The values described below are returned by FETCh and READ commands. A CALCulate command returns limit check results instead, one value for each result listed below.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- Returns:
structure: for return value, see the help for ResultData structure arguments.
- read(carrierComponent=CarrierComponent.Default, layer=Layer.Default) ResultData[source]
# READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:SSS:AVERage value: ResultData = driver.nrSubMeas.multiEval.cc.layer.modulation.sss.average.read(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Return the current, average, extreme and standard deviation single-value SLSS results for carrier <no>, layer/antenna <l>. The values described below are returned by FETCh and READ commands. A CALCulate command returns limit check results instead, one value for each result listed below.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- Returns:
structure: for return value, see the help for ResultData structure arguments.