Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:ACLR:AVERage
FETCh:NIOT:MEASurement<Instance>:MEValuation:ACLR:AVERage
CALCulate:NIOT: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’
Utra_Neg: enums.ResultStatus2: ACLR for the adjacent UTRA channel with lower frequency
Gsm_Neg: enums.ResultStatus2: ACLR for the adjacent GSM channel with lower frequency
Nb_Iot: enums.ResultStatus2: Power in the allocated NB-IOT channel
Gsm_Pos: enums.ResultStatus2: ACLR for the adjacent GSM channel with higher frequency
Utra_Pos: enums.ResultStatus2: ACLR for the adjacent UTRA channel with higher frequency
- class ResultData[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Utra_Neg: float: ACLR for the adjacent UTRA channel with lower frequency
Gsm_Neg: float: ACLR for the adjacent GSM channel with lower frequency
Nb_Iot: float: Power in the allocated NB-IOT channel
Gsm_Pos: float: ACLR for the adjacent GSM channel with higher frequency
Utra_Pos: float: ACLR for the adjacent UTRA channel with higher frequency
- calculate() CalculateStruct[source]
# SCPI: CALCulate:NIOT:MEASurement<Instance>:MEValuation:ACLR:AVERage value: CalculateStruct = driver.niotMeas.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.
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:ACLR:AVERage value: ResultData = driver.niotMeas.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.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:ACLR:AVERage value: ResultData = driver.niotMeas.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.
- return:
structure: for return value, see the help for ResultData structure arguments.