Current
SCPI Commands :
READ:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:ENDC:CURRent
FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe:ACLR:ENDC:CURRent
- Commands in total: 2Subgroups: 0Direct child commands: 2
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Endc_Neg: float: Power in the adjacent channel with lower frequency
3 Carrier: float: Power in the allocated channel (aggregated BW)
4 Endc_Pos: float: Power in the adjacent channel with higher frequency
- fetch() ResultData[source]
# 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’.
- Returns:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
# 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’.
- Returns:
structure: for return value, see the help for ResultData structure arguments.