Average
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:ACLR:ENDC:AVERage
FETCh:NRSub:MEASurement<Instance>:MEValuation:ACLR:ENDC:AVERage
CALCulate:NRSub:MEASurement<Instance>:MEValuation:ACLR:ENDC:AVERage
- class AverageCls[source]
Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
Reliability: int: decimal ‘Reliability indicator’
Endc_Neg: enums.ResultStatus2: float ACLR for the adjacent channel with lower frequency Unit: dB
Carrier: enums.ResultStatus2: float Power in the allocated channel (aggregated BW) Unit: dBm
Endc_Pos: enums.ResultStatus2: float ACLR for the adjacent channel with higher frequency Unit: dB
- class ResultData[source]
Response structure. Fields:
Reliability: int: decimal ‘Reliability indicator’
Endc_Neg: float: float ACLR for the adjacent channel with lower frequency Unit: dB
Carrier: float: float Power in the allocated channel (aggregated BW) Unit: dBm
Endc_Pos: float: float ACLR for the adjacent channel with higher frequency Unit: dB
- calculate() CalculateStruct[source]
# SCPI: CALCulate:NRSub:MEASurement<Instance>:MEValuation:ACLR:ENDC:AVERage value: CalculateStruct = driver.nrSubMeas.multiEval.aclr.endc.average.calculate()
Returns the relative ACLR values for EN-DC, as displayed in the table below the ACLR diagram. The current and average values can be retrieved. See also ‘View 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:NRSub:MEASurement<Instance>:MEValuation:ACLR:ENDC:AVERage value: ResultData = driver.nrSubMeas.multiEval.aclr.endc.average.fetch()
Returns the relative ACLR values for EN-DC, as displayed in the table below the ACLR diagram. The current and average values can be retrieved. See also ‘View 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:NRSub:MEASurement<Instance>:MEValuation:ACLR:ENDC:AVERage value: ResultData = driver.nrSubMeas.multiEval.aclr.endc.average.read()
Returns the relative ACLR values for EN-DC, as displayed in the table below the ACLR diagram. The current and average values can be retrieved. See also ‘View 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.