Extreme

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:SEMask:EXTReme
FETCh:NRSub:MEASurement<Instance>:MEValuation:SEMask:EXTReme
CALCulate:NRSub:MEASurement<Instance>:MEValuation:SEMask: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 spectrum emission measurements exceeding the specified spectrum emission mask limits.

  • 3 Obw: float | bool: Occupied bandwidth

  • 4 Tx_Power_Min: float | bool: Minimum total TX power in the slot

  • 5 Tx_Power_Max: float | bool: Maximum total TX power in the slot

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 spectrum emission measurements exceeding the specified spectrum emission mask limits.

  • 3 Obw: float: Occupied bandwidth

  • 4 Tx_Power_Min: float: Minimum total TX power in the slot

  • 5 Tx_Power_Max: float: Maximum total TX power in the slot

calculate() CalculateStruct[source]
# CALCulate:NRSub:MEASurement<Instance>:MEValuation:SEMask:EXTReme
value: CalculateStruct = driver.nrSubMeas.multiEval.seMask.extreme.calculate()

Return the extreme single value results of the spectrum emission measurement. 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.

Returns:

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

fetch() ResultData[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:SEMask:EXTReme
value: ResultData = driver.nrSubMeas.multiEval.seMask.extreme.fetch()

Return the extreme single value results of the spectrum emission measurement. 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.

Returns:

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

read() ResultData[source]
# READ:NRSub:MEASurement<Instance>:MEValuation:SEMask:EXTReme
value: ResultData = driver.nrSubMeas.multiEval.seMask.extreme.read()

Return the extreme single value results of the spectrum emission measurement. 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.

Returns:

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