Current

SCPI Commands :

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

  • Endc_Neg: float: Power in the adjacent channel with lower frequency

  • Carrier: float: Power in the allocated channel (aggregated BW)

  • Endc_Pos: float: Power in the adjacent channel with higher frequency

fetch() ResultData[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:ENDC:CURRent
value: ResultData = driver.nrSubMeas.multiEval.trace.aclr.endc.current.fetch()

Returns the absolute powers as displayed in the ACLR diagram for EN-DC. 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:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:ENDC:CURRent
value: ResultData = driver.nrSubMeas.multiEval.trace.aclr.endc.current.read()

Returns the absolute powers as displayed in the ACLR diagram for EN-DC. 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.