B

SCPI Command :

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

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

get(bandwidthB=BandwidthB.Bw5) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:POFDm:BW<bandwidth>:CA:Y:B
value: float = driver.configure.multiEval.limit.tsMask.pofdm.bw.ca.y.b.get(bandwidthB = repcap.BandwidthB.Bw5)

Defines the Y-value of point B (Δf = 1.5 <bandwidth>) on the 802.11p spectrum mask for power class A and the specified <bandwidth>. For background information, see ‘Transmit spectrum mask OFDM, by regulation’.

param bandwidthB:

optional repeated capability selector. Default value: Bw5

return:

tsm_lim_yrel_lev_b: numeric Range: -90 dB to 10 dB

set(tsm_lim_yrel_lev_b: float, bandwidthB=BandwidthB.Bw5) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:POFDm:BW<bandwidth>:CA:Y:B
driver.configure.multiEval.limit.tsMask.pofdm.bw.ca.y.b.set(tsm_lim_yrel_lev_b = 1.0, bandwidthB = repcap.BandwidthB.Bw5)

Defines the Y-value of point B (Δf = 1.5 <bandwidth>) on the 802.11p spectrum mask for power class A and the specified <bandwidth>. For background information, see ‘Transmit spectrum mask OFDM, by regulation’.

param tsm_lim_yrel_lev_b:

numeric Range: -90 dB to 10 dB

param bandwidthB:

optional repeated capability selector. Default value: Bw5