Current

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
Commands in total: 2
Subgroups: 0
Direct child commands: 2
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 Nr_Neg: float: Power in the first NR channel with lower frequency

  • 5 Carrier: float: Power in the allocated NR channel

  • 6 Nr_Pos: float: Power in the first NR 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:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
value: ResultData = driver.nrSubMeas.multiEval.trace.aclr.current.fetch()

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

Returns:

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

read() ResultData[source]
# READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
value: ResultData = driver.nrSubMeas.multiEval.trace.aclr.current.read()

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

Returns:

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