Average

SCPI Commands

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

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliabiltiy: float: No parameter help available

  • Pich: float: float RMS channel power values for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: -60 dB to 0 dB , Unit: dB

  • Dcch: float: float RMS channel power values for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: -60 dB to 0 dB , Unit: dB

  • Sch_1: float: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

  • Pich: float: float RMS channel power values for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: -60 dB to 0 dB , Unit: dB

  • Dcch: float: float RMS channel power values for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: -60 dB to 0 dB , Unit: dB

  • Sch_1: float: float RMS channel power values for reverse pilot channel, reverse dedicated control channel and reverse supplemental channel 0. Range: -60 dB to 0 dB , Unit: dB

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

Returns the values of the channel power I-Signal traces. 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:CP:ISIGnal:AVERage
value: ResultData = driver.multiEval.trace.cp.isignal.average.fetch()

Returns the values of the channel power I-Signal traces. 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:CP:ISIGnal:AVERage
value: ResultData = driver.multiEval.trace.cp.isignal.average.read()

Returns the values of the channel power I-Signal traces. 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.