B

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HEOFdm:BW<bandwidth>:Y:B
class BCls[source]

B 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>:Y:B
value: float = driver.configure.multiEval.limit.tsMask.heOfdm.bw.y.b.get(bandwidthD = repcap.BandwidthD.Default)

Defines the relative spectral density limit for point B (frequency offset: 3/2*bandwidth) on the transmit spectrum mask for 802.11ax signals with the specified <bandwidth>. See ‘Transmit spectrum mask OFDM, default masks’ for background information.

param bandwidthD:

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

return:

tsm_lim_yrel_lev_b: numeric Range: -90 dB to 10 dB

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

Defines the relative spectral density limit for point B (frequency offset: 3/2*bandwidth) on the transmit spectrum mask for 802.11ax signals with the specified <bandwidth>. See ‘Transmit spectrum mask OFDM, default masks’ for background information.

param tsm_lim_yrel_lev_b:

numeric Range: -90 dB to 10 dB

param bandwidthD:

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