Maximum

SCPI Commands

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

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability Indicator’

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

  • Pcd_Error_Phase: enums.PcdErrorPhase: IPHase | QPHase Phase where the peak code domain error was measured IPHase: I-Signal QPHase: Q-Signal

  • Pcd_Error_Code_Nr: int: decimal Code number for which the PCDE was measured Range: 0 to 255

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

Returns the peak code domain error (PCDE) results. In addition to the current PCDE value, the maximum PCDE value can be retrieved. See also ‘Detailed Views: CD Monitor’

return

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

read()ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:PCDE:MAXimum
value: ResultData = driver.multiEval.pcde.maximum.read()

Returns the peak code domain error (PCDE) results. In addition to the current PCDE value, the maximum PCDE value can be retrieved. See also ‘Detailed Views: CD Monitor’

return

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