A

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:POFDm:BW<bandwidth>:CB:Y:A
class ACls[source]

A 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>:CB:Y:A
value: float = driver.configure.multiEval.limit.tsMask.pofdm.bw.cb.y.a.get(bandwidthB = repcap.BandwidthB.Bw5)

Defines the Y-value of point A (Δf = 2 <bandwidth>) on the 802.11p spectrum mask for power class B 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_a: numeric Range: -90 dB to 10 dB

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

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

param tsm_lim_yrel_lev_a:

numeric Range: -90 dB to 10 dB

param bandwidthB:

optional repeated capability selector. Default value: Bw5