Average
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:ACLR:AVERage
FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:ACLR:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Utra_Neg: float: Power in the adjacent UTRA channel with lower frequency
Gsm_Neg: float: Power in the adjacent GSM channel with lower frequency
Nb_Iot: float: Power in the allocated NB-IoT channel
Gsm_Pos: float: Power in the adjacent GSM channel with higher frequency
Utra_Pos: float: Power in the adjacent UTRA channel with higher frequency
- fetch() ResultData[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:ACLR:AVERage value: ResultData = driver.niotMeas.multiEval.trace.aclr.average.fetch()
Returns the absolute powers as displayed in 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:TRACe:ACLR:AVERage value: ResultData = driver.niotMeas.multiEval.trace.aclr.average.read()
Returns the absolute powers as displayed in the ACLR diagram. The current and average values can be retrieved.
- return:
structure: for return value, see the help for ResultData structure arguments.