Percentile

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PERCentile
CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PERCentile
class Percentile[source]

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

calculate()List[float][source]
# SCPI: CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PERCentile
value: List[float] = driver.multiEval.listPy.modulation.perror.percentile.calculate()

Return phase error 95th percentile values for all measured 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 RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

phase_error: float Comma-separated list of values, one per measured segment Range: 0 deg to 180 deg, Unit: deg

fetch()List[float][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:MODulation:PERRor:PERCentile
value: List[float] = driver.multiEval.listPy.modulation.perror.percentile.fetch()

Return phase error 95th percentile values for all measured 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 RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

phase_error: float Comma-separated list of values, one per measured segment Range: 0 deg to 180 deg, Unit: deg