CfoDistribution

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:CFDistrib
class CfoDistributionCls[source]

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

class CfoDistributionStruct[source]

Response structure. Fields:

  • Cfo_Percentage: float or bool: Upper limit for the tolerated CFO errors (CFO exceeding the specified CFO_Frequency)

  • Cfo_Frequency: float: Border value defining CFO error

get() CfoDistributionStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:CFDistrib
value: CfoDistributionStruct = driver.configure.wlanMeas.multiEval.limit.modulation.ehtOfdm.cfoDistribution.get()

Configure the limit of carrier frequency offset (CFO) error distribution for EHT modulation measurements. 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 CfoDistributionStruct structure arguments.

set(cfo_percentage: float, cfo_frequency: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:EHTofdm:CFDistrib
driver.configure.wlanMeas.multiEval.limit.modulation.ehtOfdm.cfoDistribution.set(cfo_percentage = 1.0, cfo_frequency = 1.0)

Configure the limit of carrier frequency offset (CFO) error distribution for EHT modulation measurements. Exceeding the limit has no impact on the stop On Limit Failure condition or out of tolerance counter.

param cfo_percentage:

(float or boolean) Upper limit for the tolerated CFO errors (CFO exceeding the specified CFO_Frequency)

param cfo_frequency:

Border value defining CFO error