CfoDistribution

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm: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: numeric | ON | OFF Upper limit for the tolerated CFO errors (CFO exceeding the specified CFO_Frequency) Unit: % Additional parameters: OFF | ON (disables | enables the limit check)

  • Cfo_Frequency: float: numeric Border value defining CFO error Unit: Hz

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

Configure the limit of carrier frequency offset (CFO) error distribution for HE 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:HEOFdm:CFDistrib
driver.configure.multiEval.limit.modulation.heOfdm.cfoDistribution.set(cfo_percentage = 1.0, cfo_frequency = 1.0)

Configure the limit of carrier frequency offset (CFO) error distribution for HE 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) numeric | ON | OFF Upper limit for the tolerated CFO errors (CFO exceeding the specified CFO_Frequency) Unit: % Additional parameters: OFF | ON (disables | enables the limit check)

param cfo_frequency:

numeric Border value defining CFO error Unit: Hz