Average

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:UTRA<nr>:POSitiv:AVERage
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:UTRA<nr>:POSitiv:AVERage
class AverageCls[source]

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

calculate(utraAdjChannel=UtraAdjChannel.Default) List[ResultStatus2][source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:UTRA<nr>:POSitiv:AVERage
value: List[enums.ResultStatus2] = driver.multiEval.listPy.aclr.utra.positiv.average.calculate(utraAdjChannel = repcap.UtraAdjChannel.Default)

Return the ACLR for the first or second adjacent UTRA channel above (POSitiv) or below (NEGativ) the carrier frequency for all measured list mode segments. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

param utraAdjChannel:

optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Utra’)

return:

utra_positiv: No help available

fetch(utraAdjChannel=UtraAdjChannel.Default) List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ACLR:UTRA<nr>:POSitiv:AVERage
value: List[float] = driver.multiEval.listPy.aclr.utra.positiv.average.fetch(utraAdjChannel = repcap.UtraAdjChannel.Default)

Return the ACLR for the first or second adjacent UTRA channel above (POSitiv) or below (NEGativ) the carrier frequency for all measured list mode segments. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwLteMeas.reliability.last_value to read the updated reliability indicator.

param utraAdjChannel:

optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Utra’)

return:

utra_positiv: No help available