Current

SCPI Commands :

READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
FETCh:NRSub: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:

  • Reliability: int: decimal ‘Reliability indicator’

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

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

  • Nr_Neg: float: float Power in the first NR channel with lower frequency Unit: dBm

  • Carrier: float: float Power in the allocated NR channel Unit: dBm

  • Nr_Pos: float: float Power in the first NR channel with higher frequency Unit: dBm

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

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

fetch() ResultData[source]
# SCPI: 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 ‘View Spectrum ACLR’.

return:

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

read() ResultData[source]
# SCPI: 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 ‘View Spectrum ACLR’.

return:

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