Maximum

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:MEValuation:LIST:PCDE:MAXimum
class Maximum[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’ In list mode, a zero reliability indicator indicates that the results in all measured segments are valid. A non-zero value indicates that an error occurred in at least one of the measured segments.

  • Return_Code: List[int]: decimal Reliability indicator for the segment. The meaning of the returned values is the same as for the common reliability indicator, see previous parameter.

  • Pcd_Error: List[float]: float Peak code domain error Range: -100 dB to 0 dB, Unit: dB

  • Pcd_Error_Phase: List[enums.PcdErrorPhase]: No parameter help available

  • Pcd_Error_Code_Nr: List[int]: No parameter help available

fetch()FetchStruct[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:LIST:PCDE:MAXimum
value: FetchStruct = driver.multiEval.listPy.pcde.maximum.fetch()

Return the peak code domain error (PCDE) results in list mode. The values listed below in curly brackets {} are returned for the segments {…}seg 1, {…}seg 2, …, {…}seg n, with n determined by method RsCmwWcdmaMeas.Configure.MultiEval. ListPy.count.

return

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