HeOfdm

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:CFERror
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:SCERror
class HeOfdmCls[source]

HeOfdm commands group definition. 11 total commands, 4 Subgroups, 2 group commands

get_cf_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:CFERror
value: float or bool = driver.configure.multiEval.limit.modulation.heOfdm.get_cf_error()

Defines and activates an upper limit for the center frequency error in 802.11ax signals.

return:

center_freq_error: (float or boolean) numeric | ON | OFF Range: 0 Hz to 100 MHz Additional parameters: OFF | ON (disables | enables the limit check)

get_sc_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:SCERror
value: float or bool = driver.configure.multiEval.limit.modulation.heOfdm.get_sc_error()

Defines and activates an upper limit for the symbol clock error in 802.11ax signals.

return:

clock_error: (float or boolean) numeric | ON | OFF Range: 0 ppm to 100 ppm, Unit: ppm Additional parameters: OFF | ON (disables | enables the limit check)

set_cf_error(center_freq_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:CFERror
driver.configure.multiEval.limit.modulation.heOfdm.set_cf_error(center_freq_error = 1.0)

Defines and activates an upper limit for the center frequency error in 802.11ax signals.

param center_freq_error:

(float or boolean) numeric | ON | OFF Range: 0 Hz to 100 MHz Additional parameters: OFF | ON (disables | enables the limit check)

set_sc_error(clock_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:SCERror
driver.configure.multiEval.limit.modulation.heOfdm.set_sc_error(clock_error = 1.0)

Defines and activates an upper limit for the symbol clock error in 802.11ax signals.

param clock_error:

(float or boolean) numeric | ON | OFF Range: 0 ppm to 100 ppm, Unit: ppm Additional parameters: OFF | ON (disables | enables the limit check)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.limit.modulation.heOfdm.clone()

Subgroups