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: ‘Reliability indicator’
Cfo_Percentage: float: Percentage of CFO errors
Cfo_Outside: int: Number of detected CFO errors
Cfo_Total: int: Number of measured CFOs
- calculate() ResultStatus2[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib value: enums.ResultStatus2 = driver.wlanMeas.multiEval.modulation.cfoDistribution.calculate()
Return the scalar results for carrier frequency offset (CFO) error distribution. The results are only supported for Wi-Fi 6 (802.11ax) and higher. Exceeding the limit has no impact on the stop On Limit Failure condition or out of tolerance counter.
Suppressed linked return values: reliability
- return:
cfo_percentage: Percentage of CFO errors
- fetch() ResultData[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:MODulation:CFDistrib value: ResultData = driver.wlanMeas.multiEval.modulation.cfoDistribution.fetch()
Return the scalar results for carrier frequency offset (CFO) error distribution. The results are only supported for Wi-Fi 6 (802.11ax) and higher. 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.wlanMeas.multiEval.modulation.cfoDistribution.read()
Return the scalar results for carrier frequency offset (CFO) error distribution. The results are only supported for Wi-Fi 6 (802.11ax) and higher. 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.