AbsLimit

SCPI Command :

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

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

get(bandwidthD=BandwidthD.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HEOFdm:BW<bandwidth>:ABSLimit
value: float = driver.configure.wlanMeas.multiEval.limit.tsMask.heOfdm.bw.absLimit.get(bandwidthD = repcap.BandwidthD.Default)

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

param bandwidthD:

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

return:

tsm_lim_abs: Limit value applies to frequency offsets greater than 3/2*bandwidth, measured at 25 kHz RBW.

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

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

param tsm_lim_abs:

Limit value applies to frequency offsets greater than 3/2*bandwidth, measured at 25 kHz RBW.

param bandwidthD:

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