Average

SCPI Commands :

READ:NRMMw:MEASurement<Instance>:MEValuation:ACLR:AVERage
FETCh:NRMMw:MEASurement<Instance>:MEValuation:ACLR:AVERage
CALCulate:NRMMw:MEASurement<Instance>:MEValuation:ACLR:AVERage
class AverageCls[source]

Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Nr_Neg: enums.ResultStatus2: ACLR for the adjacent NR channel with lower frequency

  • Carrier: enums.ResultStatus2: Power in the allocated NR channel

  • Nr_Pos: enums.ResultStatus2: ACLR for the adjacent NR channel with higher frequency

  • Antenna_1_Carrier: enums.ResultStatus2: Power in the allocated NR channel, at RX antenna 1

  • Antenna_2_Carrier: enums.ResultStatus2: Power in the allocated NR channel, at RX antenna 2

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Nr_Neg: float: ACLR for the adjacent NR channel with lower frequency

  • Carrier: float: Power in the allocated NR channel

  • Nr_Pos: float: ACLR for the adjacent NR channel with higher frequency

  • Antenna_1_Carrier: float: Power in the allocated NR channel, at RX antenna 1

  • Antenna_2_Carrier: float: Power in the allocated NR channel, at RX antenna 2

calculate() CalculateStruct[source]
# SCPI: CALCulate:NRMMw:MEASurement<Instance>:MEValuation:ACLR:AVERage
value: CalculateStruct = driver.nrMmwMeas.multiEval.aclr.average.calculate()

Returns the relative ACLR values as displayed in the table below the ACLR diagram. The current and average values can be retrieved. See also ‘Square Spectrum ACLR’. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return:

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

fetch() ResultData[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:ACLR:AVERage
value: ResultData = driver.nrMmwMeas.multiEval.aclr.average.fetch()

Returns the relative ACLR values as displayed in the table below the ACLR diagram. The current and average values can be retrieved. See also ‘Square Spectrum ACLR’. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return:

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

read() ResultData[source]
# SCPI: READ:NRMMw:MEASurement<Instance>:MEValuation:ACLR:AVERage
value: ResultData = driver.nrMmwMeas.multiEval.aclr.average.read()

Returns the relative ACLR values as displayed in the table below the ACLR diagram. The current and average values can be retrieved. See also ‘Square Spectrum ACLR’. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return:

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