Lofdm

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:ENABle
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:UPPer
class LofdmCls[source]

Lofdm commands group definition. 3 total commands, 1 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:ENABle
value: bool = driver.configure.multiEval.limit.spectrFlatness.lofdm.get_enable()

Enables or disables the spectrum flatness limit check for 802.11a/g OFDM signals.

return:

enable: OFF | ON

get_upper() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:UPPer
value: float = driver.configure.multiEval.limit.spectrFlatness.lofdm.get_upper()

Defines an upper limit for the spectrum flatness of 802.11a/g OFDM signals. The upper limit must be larger than the lower limits.

return:

upper: numeric Range: -4 dB to 20 dB

set_enable(enable: bool) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:ENABle
driver.configure.multiEval.limit.spectrFlatness.lofdm.set_enable(enable = False)

Enables or disables the spectrum flatness limit check for 802.11a/g OFDM signals.

param enable:

OFF | ON

set_upper(upper: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:UPPer
driver.configure.multiEval.limit.spectrFlatness.lofdm.set_upper(upper = 1.0)

Defines an upper limit for the spectrum flatness of 802.11a/g OFDM signals. The upper limit must be larger than the lower limits.

param upper:

numeric Range: -4 dB to 20 dB

Cloning the Group

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

Subgroups