Lower

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HEOFdm:BW<bandwidth>: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, Unit: dB

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

get(bandwidthD=BandwidthD.Default) LowerStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HEOFdm:BW<bandwidth>:LOWer
value: LowerStruct = driver.configure.multiEval.limit.spectrFlatness.heOfdm.bw.lower.get(bandwidthD = repcap.BandwidthD.Default)

Defines the lower limits for the spectrum flatness of the center subcarriers and the side subcarriers for 802. 11ax signals with the specified <bandwidth>. The lower limits must be smaller than the upper limit.

param bandwidthD:

optional repeated capability selector. Default value: Bw20 (settable in the interface ‘Bw’)

return:

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

set(center: float, side: float, bandwidthD=BandwidthD.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HEOFdm:BW<bandwidth>:LOWer
driver.configure.multiEval.limit.spectrFlatness.heOfdm.bw.lower.set(center = 1.0, side = 1.0, bandwidthD = repcap.BandwidthD.Default)

Defines the lower limits for the spectrum flatness of the center subcarriers and the side subcarriers for 802. 11ax signals with the specified <bandwidth>. The lower limits must be smaller than the upper limit.

param center:

numeric Range: -20 dB to 4 dB, Unit: dB

param side:

numeric Range: -20 dB to 4 dB, Unit: dB

param bandwidthD:

optional repeated capability selector. Default value: Bw20 (settable in the interface ‘Bw’)