A

SCPI Command :

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

A 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:A
value: float = driver.configure.multiEval.limit.tsMask.pofdm.bw.absolute.y.a.get(bandwidthA = repcap.BandwidthA.Bw10)

Defines the Y-value of point A (Δf = 2 <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_a: numeric Range: -150 dBm to 30 dBm

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

Defines the Y-value of point A (Δf = 2 <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_a:

numeric Range: -150 dBm to 30 dBm

param bandwidthA:

optional repeated capability selector. Default value: Bw10