Current

SCPI Commands :

READ:NRMMw:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
FETCh:NRMMw: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: ‘Reliability indicator’

  • Nr_Neg: float: Power in the adjacent NR channel with lower frequency

  • Carrier: float: Power in the allocated NR channel

  • Nr_Pos: float: Power in the adjacent NR channel with higher frequency

fetch() ResultData[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
value: ResultData = driver.nrMmwMeas.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]
# SCPI: READ:NRMMw:MEASurement<Instance>:MEValuation:TRACe:ACLR:CURRent
value: ResultData = driver.nrMmwMeas.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.