Lower

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:LOWer
class LowerCls[source]

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

class LowerStruct[source]

Response structure. Fields:

  • Center: float: numeric Range: -20 dB to 4 dB

  • Side: float: numeric Range: -20 dB to 4 dB

get() LowerStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:LOWer
value: LowerStruct = driver.configure.multiEval.limit.spectrFlatness.lofdm.lower.get()

Defines lower limits for the spectrum flatness of the center subcarriers and the side subcarriers of 802. 11a/g OFDM signals. The lower limits must be smaller than the upper limit.

return:

structure: for return value, see the help for LowerStruct structure arguments.

set(center: float, side: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:LOFDm:LOWer
driver.configure.multiEval.limit.spectrFlatness.lofdm.lower.set(center = 1.0, side = 1.0)

Defines lower limits for the spectrum flatness of the center subcarriers and the side subcarriers of 802. 11a/g OFDM signals. The lower limits must be smaller than the upper limit.

param center:

numeric Range: -20 dB to 4 dB

param side:

numeric Range: -20 dB to 4 dB