Lower

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:POFDm: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

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

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

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

param bandwidthB:

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, bandwidthB=BandwidthB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:POFDm:BW<bandwidth>:LOWer
driver.configure.multiEval.limit.spectrFlatness.pofdm.bw.lower.set(center = 1.0, side = 1.0, bandwidthB = repcap.BandwidthB.Default)

Defines lower limits for the spectrum flatness of the center subcarriers and the side subcarriers of 802.11p OFDM signals with the specified <bandwidth>. 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

param bandwidthB:

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