Maximum

SCPI Commands :

READ:WCDMa:MEASurement<instance>:MEValuation:PCDE:MAXimum
FETCh:WCDMa:MEASurement<instance>:MEValuation:PCDE:MAXimum
class MaximumCls[source]

Maximum commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Pcd_Error: float: Peak code domain error

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

  • Pcd_Error_Code_Nr: int: Code number for which the PCDE was measured.

fetch() ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:PCDE:MAXimum
value: ResultData = driver.wcdmaMeas.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.

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.wcdmaMeas.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.

return:

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