C

SCPI Command :

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

C 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:C
value: float = driver.configure.multiEval.limit.tsMask.vhtOfdm.bw.y.c.get(bandwidthE = repcap.BandwidthE.Default)

Defines the relative spectral density limit for point C (frequency offset: 1*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_c: numeric Range: -90 dB to 10 dB

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

Defines the relative spectral density limit for point C (frequency offset: 1*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_c:

numeric Range: -90 dB to 10 dB

param bandwidthE:

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