Extreme

SCPI Commands :

FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:PSCCh:EXTReme
READ:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:PSCCh:EXTReme
CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:PSCCh:EXTReme
Commands in total: 3
Subgroups: 0
Direct 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 PSCCH value, low EVM window position

  • 4 Evm_High: enums.ResultStatus2: EVM PSCCH value, high EVM window position

  • 5 Mag_Err_Low: enums.ResultStatus2: Magnitude error PSCCH value, low EVM window position

  • 6 Mag_Err_High: enums.ResultStatus2: Magnitude error PSCCH value, high EVM window position

  • 7 Ph_Error_Low: enums.ResultStatus2: Phase error PSCCH value, low EVM window position

  • 8 Ph_Error_High: enums.ResultStatus2: Phase error PSCCH 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 PSCCH value, low EVM window position

  • 4 Evm_High: float: EVM PSCCH value, high EVM window position

  • 5 Mag_Err_Low: float: Magnitude error PSCCH value, low EVM window position

  • 6 Mag_Err_High: float: Magnitude error PSCCH value, high EVM window position

  • 7 Ph_Error_Low: float: Phase error PSCCH value, low EVM window position

  • 8 Ph_Error_High: float: Phase error PSCCH value, high EVM window position

calculate(carrierComponent=CarrierComponent.Default, layer=Layer.Default) CalculateStruct[source]
# CALCulate:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:MODulation:PSCCh:EXTReme
value: CalculateStruct = driver.nrSubMeas.multiEval.cc.layer.modulation.pscch.extreme.calculate(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return the current, average, extreme and standard deviation single-value PSCCH 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:PSCCh:EXTReme
value: ResultData = driver.nrSubMeas.multiEval.cc.layer.modulation.pscch.extreme.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return the current, average, extreme and standard deviation single-value PSCCH 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:PSCCh:EXTReme
value: ResultData = driver.nrSubMeas.multiEval.cc.layer.modulation.pscch.extreme.read(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Return the current, average, extreme and standard deviation single-value PSCCH 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.