Maximum

SCPI Commands

FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PEAK:MAXimum
CALCulate:CDMA:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PEAK:MAXimum
class Maximum[source]

Maximum commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: enums.ResultStatus2: decimal See ‘Reliability Indicator’.

  • Perr_Peak: List[float]: float Comma-separated list of values, one per active segment. Range: 0 deg to 180 deg , Unit: deg

calculate()CalculateStruct[source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PEAK:MAXimum
value: CalculateStruct = driver.multiEval.listPy.modulation.perror.peak.maximum.calculate()

Returns peak and RMS phase error (statistical) values for all active list mode segments. The values described below are returned by FETCh 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()List[float][source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PEAK:MAXimum
value: List[float] = driver.multiEval.listPy.modulation.perror.peak.maximum.fetch()

Returns peak and RMS phase error (statistical) values for all active list mode segments. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwCdma2kMeas.reliability.last_value to read the updated reliability indicator.

return

perr_peak: float Comma-separated list of values, one per active segment. Range: 0 deg to 180 deg , Unit: deg