StandardDev

SCPI Commands :

CALCulate:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SDEViation
FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SDEViation
READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SDEViation
class StandardDevCls[source]

StandardDev commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Dpcch: float or bool: RCDE values for the indicated channels

  • Dpdch: float or bool: RCDE values for the indicated channels

  • Hsdpcch: float or bool: RCDE values for the indicated channels

  • Edpcch: float or bool: RCDE values for the indicated channels

  • Edpdch_1: float or bool: RCDE values for the indicated channels

  • Edpdch_2: float or bool: RCDE values for the indicated channels

  • Edpdch_3: float or bool: RCDE values for the indicated channels

  • Edpdch_4: float or bool: RCDE values for the indicated channels

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Dpcch: float: RCDE values for the indicated channels

  • Dpdch: float: RCDE values for the indicated channels

  • Hsdpcch: float: RCDE values for the indicated channels

  • Edpcch: float: RCDE values for the indicated channels

  • Edpdch_1: float: RCDE values for the indicated channels

  • Edpdch_2: float: RCDE values for the indicated channels

  • Edpdch_3: float: RCDE values for the indicated channels

  • Edpdch_4: float: RCDE values for the indicated channels

calculate(carrier=Carrier.Default) CalculateStruct[source]
# SCPI: CALCulate:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SDEViation
value: CalculateStruct = driver.wcdmaMeas.multiEval.carrier.rcdError.standardDev.calculate(carrier = repcap.Carrier.Default)

Returns the RCDE vs slot values measured in a selected slot. In addition to the current values, average, maximum and standard deviation values 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.

param carrier:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)

return:

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

fetch(carrier=Carrier.Default) ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SDEViation
value: ResultData = driver.wcdmaMeas.multiEval.carrier.rcdError.standardDev.fetch(carrier = repcap.Carrier.Default)

Returns the RCDE vs slot values measured in a selected slot. In addition to the current values, average, maximum and standard deviation values 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.

param carrier:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)

return:

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

read(carrier=Carrier.Default) ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SDEViation
value: ResultData = driver.wcdmaMeas.multiEval.carrier.rcdError.standardDev.read(carrier = repcap.Carrier.Default)

Returns the RCDE vs slot values measured in a selected slot. In addition to the current values, average, maximum and standard deviation values 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.

param carrier:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)

return:

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