Average

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:CPO:ISIGnal:AVERage
FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:CPO:ISIGnal:AVERage
CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:CPO:ISIGnal:AVERage
class Average[source]

Average commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Pich: enums.ResultStatus2: float Phase offset for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: - π · 10E+3 mRad to π · 10E+3 mRad , Unit: mRad

  • Dcch: enums.ResultStatus2: float Phase offset for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: - π · 10E+3 mRad to π · 10E+3 mRad , Unit: mRad

  • Sch_1: enums.ResultStatus2: float Phase offset for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: - π · 10E+3 mRad to π · 10E+3 mRad , Unit: mRad

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Pich: float: float Phase offset for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: - π · 10E+3 mRad to π · 10E+3 mRad , Unit: mRad

  • Dcch: float: float Phase offset for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: - π · 10E+3 mRad to π · 10E+3 mRad , Unit: mRad

  • Sch_1: float: float Phase offset for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: - π · 10E+3 mRad to π · 10E+3 mRad , Unit: mRad

calculate()CalculateStruct[source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:CPO:ISIGnal:AVERage
value: CalculateStruct = driver.multiEval.trace.cpo.isignal.average.calculate()

Returns the phase offset for the indicated channels in the in-phase signal path (I-signal) . The results of the current, average, maximum and minimum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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

fetch()ResultData[source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:CPO:ISIGnal:AVERage
value: ResultData = driver.multiEval.trace.cpo.isignal.average.fetch()

Returns the phase offset for the indicated channels in the in-phase signal path (I-signal) . The results of the current, average, maximum and minimum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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

read()ResultData[source]
# SCPI: READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:CPO:ISIGnal:AVERage
value: ResultData = driver.multiEval.trace.cpo.isignal.average.read()

Returns the phase offset for the indicated channels in the in-phase signal path (I-signal) . The results of the current, average, maximum and minimum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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