AbsLimit

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:VHTofdm:BW<bandwidth>:ABSLimit
class AbsLimitCls[source]

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

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

Defines an absolute power limit for 802.11ac signals with the specified <bandwidth>. See ‘Transmit spectrum mask OFDM, absolute limits’ for background information.

param bandwidthE:

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

return:

tsm_lim_abs: numeric Limit value, applies to frequency offsets greater than 3/2*bandwidth, measured at 100 kHz RBW Range: -90 dBm to 10 dBm

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

Defines an absolute power limit for 802.11ac signals with the specified <bandwidth>. See ‘Transmit spectrum mask OFDM, absolute limits’ for background information.

param tsm_lim_abs:

numeric Limit value, applies to frequency offsets greater than 3/2*bandwidth, measured at 100 kHz RBW Range: -90 dBm to 10 dBm

param bandwidthE:

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