Upper

SCPI Command :

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

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

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

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

param bandwidthC:

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

return:

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

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

Defines an upper limit for the spectrum flatness of 802.11n 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 bandwidthC:

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