A

SCPI Command :

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

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

get(bandwidthE=BandwidthE.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:VHTofdm:BW<bandwidth>:Y:A
value: float = driver.configure.multiEval.limit.tsMask.vhtOfdm.bw.y.a.get(bandwidthE = repcap.BandwidthE.Default)

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

param bandwidthE:

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

return:

tsm_lim_yrel_lev_a: numeric Range: -90 dB to 10 dB

set(tsm_lim_yrel_lev_a: float, bandwidthE=BandwidthE.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:VHTofdm:BW<bandwidth>:Y:A
driver.configure.multiEval.limit.tsMask.vhtOfdm.bw.y.a.set(tsm_lim_yrel_lev_a = 1.0, bandwidthE = repcap.BandwidthE.Default)

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

param tsm_lim_yrel_lev_a:

numeric Range: -90 dB to 10 dB

param bandwidthE:

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