B

SCPI Command :

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

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

get(bandwidthA=BandwidthA.Bw10) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:POFDm:BW<bandwidth>:ABSolute:Y:B
value: float = driver.configure.multiEval.limit.tsMask.pofdm.bw.absolute.y.b.get(bandwidthA = repcap.BandwidthA.Bw10)

Sets/queries the Y-value of point B (Δf = 1.5 <BW>) on the ETSI ITS absolute emission mask for the specified <bandwidth>. For background information, see ‘Transmit spectrum mask OFDM, absolute limits’.

param bandwidthA:

optional repeated capability selector. Default value: Bw10

return:

tsm_lim_yabs_lev_b: numeric Range: -150 dBm to 30 dBm

set(tsm_lim_yabs_lev_b: float, bandwidthA=BandwidthA.Bw10) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:POFDm:BW<bandwidth>:ABSolute:Y:B
driver.configure.multiEval.limit.tsMask.pofdm.bw.absolute.y.b.set(tsm_lim_yabs_lev_b = 1.0, bandwidthA = repcap.BandwidthA.Bw10)

Sets/queries the Y-value of point B (Δf = 1.5 <BW>) on the ETSI ITS absolute emission mask for the specified <bandwidth>. For background information, see ‘Transmit spectrum mask OFDM, absolute limits’.

param tsm_lim_yabs_lev_b:

numeric Range: -150 dBm to 30 dBm

param bandwidthA:

optional repeated capability selector. Default value: Bw10