Maximum

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:MEValuation:TRACe:MERRor:CHIP:MAXimum
READ:WCDMa:MEASurement<Instance>:MEValuation:TRACe:MERRor:CHIP:MAXimum
class Maximum[source]

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

fetch()List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:TRACe:MERRor:CHIP:MAXimum
value: List[float] = driver.multiEval.trace.merror.chip.maximum.fetch()

Returns the values of the magnitude error vs. chip traces, measured in the preselected slot (see method RsCmwWcdmaMeas. Configure.MultiEval.pslot) . One value per chip is returned. The results of the current, average and maximum traces can be retrieved. See also ‘Detailed Views: Modulation, CDP and CDE’

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

return

mag_error_chip: float Range: -100 % to 100 %, Unit: %

read()List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:TRACe:MERRor:CHIP:MAXimum
value: List[float] = driver.multiEval.trace.merror.chip.maximum.read()

Returns the values of the magnitude error vs. chip traces, measured in the preselected slot (see method RsCmwWcdmaMeas. Configure.MultiEval.pslot) . One value per chip is returned. The results of the current, average and maximum traces can be retrieved. See also ‘Detailed Views: Modulation, CDP and CDE’

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

return

mag_error_chip: float Range: -100 % to 100 %, Unit: %