Upper

SCPI Command :

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

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

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

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

param bandwidthE:

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

return:

upper: numeric Range: -4 dB to 20 dB

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

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

param upper:

numeric Range: -4 dB to 20 dB

param bandwidthE:

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