D

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HEOFdm:BW<bandwidth>:Y:D
class DCls[source]

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

get(bandwidthD=BandwidthD.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HEOFdm:BW<bandwidth>:Y:D
value: float = driver.configure.multiEval.limit.tsMask.heOfdm.bw.y.d.get(bandwidthD = repcap.BandwidthD.Default)

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

param bandwidthD:

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

return:

tsm_lim_yrel_lev_d: numeric Range: -90 dB to 10 dB

set(tsm_lim_yrel_lev_d: float, bandwidthD=BandwidthD.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:HEOFdm:BW<bandwidth>:Y:D
driver.configure.multiEval.limit.tsMask.heOfdm.bw.y.d.set(tsm_lim_yrel_lev_d = 1.0, bandwidthD = repcap.BandwidthD.Default)

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

param tsm_lim_yrel_lev_d:

numeric Range: -90 dB to 10 dB

param bandwidthD:

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