Upper

SCPI Command :

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

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

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

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

param bandwidthB:

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

return:

upper: numeric Range: -4 dB to 20 dB

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

Defines an upper limit for the spectrum flatness of 802.11p OFDM 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 bandwidthB:

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