F

SCPI Command :

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

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

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

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

Defines the Y-value of point F (Δf = 0.45 <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_f:

numeric Range: -150 dBm to 30 dBm

param bandwidthA:

optional repeated capability selector. Default value: Bw10