Upper

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HEOFdm:BW<bandwidth>:UPPer
class UpperCls[source]

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

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

Defines the upper limit for the spectrum flatness of 802.11ax signals with the specified <bandwidth>. The upper limit must be larger than the lower limits.

param bandwidthD:

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

return:

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

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

Defines the upper limit for the spectrum flatness of 802.11ax signals with the specified <bandwidth>. The upper limit must be larger than the lower limits.

param upper:

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

param bandwidthD:

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