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.wlanMeas.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) No help available

get_sc_error() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:SCERror
value: float or bool = driver.configure.wlanMeas.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) No help available

set_cf_error(center_freq_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:CFERror
driver.configure.wlanMeas.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) No help available

set_sc_error(clock_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:MODulation:HEOFdm:SCERror
driver.configure.wlanMeas.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) No help available

Cloning the Group

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

Subgroups