CfoDistribution

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib
FETCh:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib
CALCulate:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib
class CfoDistributionCls[source]

CfoDistribution commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Cfo_Percentage: float: float Percentage of CFO errors Unit: %

  • Cfo_Outside: int: decimal Number of detected CFO errors

  • Cfo_Total: int: decimal Number of measured CFOs

calculate() ResultStatus2[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib
value: enums.ResultStatus2 = driver.multiEval.modulation.cfoDistribution.calculate()

Return the scalar results for carrier frequency offset (CFO) error distribution. The results are only supported for 802. 11ax. Exceeding the limit has no impact on the stop ‘On Limit Failure’ condition or out-of-tolerance counter.

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

return:

cfo_percentage: float Percentage of CFO errors Unit: %

fetch() ResultData[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib
value: ResultData = driver.multiEval.modulation.cfoDistribution.fetch()

Return the scalar results for carrier frequency offset (CFO) error distribution. The results are only supported for 802. 11ax. Exceeding the limit has no impact on the stop ‘On Limit Failure’ condition or out-of-tolerance counter.

return:

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

read() ResultData[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib
value: ResultData = driver.multiEval.modulation.cfoDistribution.read()

Return the scalar results for carrier frequency offset (CFO) error distribution. The results are only supported for 802. 11ax. Exceeding the limit has no impact on the stop ‘On Limit Failure’ condition or out-of-tolerance counter.

return:

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