D

SCPI Command :

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

D 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>:UDEFined:Y:D
value: float = driver.configure.multiEval.limit.tsMask.pofdm.bw.userDefined.y.d.get(bandwidthB = repcap.BandwidthB.Bw5)

Defines the Y-value of point D (Δf = 0.55 <bandwidth>) on the 802.11p spectrum mask for power class ‘user defined’ 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_d: numeric Range: -90 dB to 10 dB

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

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

param tsm_lim_yrel_lev_d:

numeric Range: -90 dB to 10 dB

param bandwidthB:

optional repeated capability selector. Default value: Bw5