Current

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
class CurrentCls[source]

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

class ResultData[source]

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Utra_2_Neg: float: Power in the second UTRA channel with lower frequency

  • 3 Utra_1_Neg: float: Power in the first UTRA channel with lower frequency

  • 4 Eutra_Negativ: float: Power in the first E-UTRA channel with lower frequency

  • 5 Eutra: float: Power in the allocated E-UTRA channel

  • 6 Eutra_Positiv: float: Power in the first E-UTRA channel with higher frequency

  • 7 Utra_1_Pos: float: Power in the first UTRA channel with higher frequency

  • 8 Utra_2_Pos: float: Power in the second UTRA channel with higher frequency

fetch() ResultData[source]

FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent

Snippet: value: ResultData = driver.lteMeas.multiEval.trace.aclr.current.fetch()

Returns the absolute powers as displayed in the ACLR diagram. The current and average values can be retrieved. See also ‘Square Spectrum ACLR’.

return:

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

read() ResultData[source]

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent

Snippet: value: ResultData = driver.lteMeas.multiEval.trace.aclr.current.read()

Returns the absolute powers as displayed in the ACLR diagram. The current and average values can be retrieved. See also ‘Square Spectrum ACLR’.

return:

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