Lower

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HTOFdm: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(bandwidthC=BandwidthC.Default) LowerStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HTOFdm:BW<bandwidth>:LOWer
value: LowerStruct = driver.configure.multiEval.limit.spectrFlatness.htOfdm.bw.lower.get(bandwidthC = repcap.BandwidthC.Default)

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

param bandwidthC:

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

return:

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

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

Defines lower limits for the spectrum flatness of the center subcarriers and the side subcarriers for 802.11n 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 bandwidthC:

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