TsMask

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:AFFTnum
CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:TROTime
CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBWPercent
CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:MSELection
CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:DMODe
class TsMaskCls[source]

TsMask commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_afft_num() int[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:AFFTnum
value: int = driver.configure.multiEval.tsMask.get_afft_num()

Specifies the number of FFT operations per burst.

return:

aver_fft_num: numeric Range: 1 to 16

get_dmode() DisplayMode[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:DMODe
value: enums.DisplayMode = driver.configure.multiEval.tsMask.get_dmode()

Selects the display mode of ‘Spectrum Flatness’ and ‘Transmit Spectrum Mask’ results to switch between relative and absolute result values (dB vs dBm) .

return:

disp_mode: RELative | ABSolute

get_mselection() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:MSELection
value: float = driver.configure.multiEval.tsMask.get_mselection()

Selects the spectrum limit mask to be applied to 802.11p signals. See ‘Transmit spectrum mask OFDM, by regulation’

return:

mask_selection: IEEE | ETSI | ARIB IEEE: Relative spectral density limits, IEEE 802.11 ETSI: Absolute emission limits, ETSI EN 302 571 V1.1.1 (2008-09) ARIB: Absolute emission limits, ARIB STD-T109, only for 10 MHz bandwidth

get_obw_percent() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBWPercent
value: float or bool = driver.configure.multiEval.tsMask.get_obw_percent()

Enables/disables OBW measurement and sets the OBW percentage.

return:

obw_power: (float or boolean) numeric | ON | OFF Range: 50 % to 100 % Additional values: ON | OFF (disables | enables OBW measurement)

get_tro_time() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:TROTime
value: float = driver.configure.multiEval.tsMask.get_tro_time()

Specifies the trigger offset between trigger event and FFT operation.

return:

trigger_off_time: numeric Range: 0 s to 0.1E-3 s

set_afft_num(aver_fft_num: int) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:AFFTnum
driver.configure.multiEval.tsMask.set_afft_num(aver_fft_num = 1)

Specifies the number of FFT operations per burst.

param aver_fft_num:

numeric Range: 1 to 16

set_dmode(disp_mode: DisplayMode) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:DMODe
driver.configure.multiEval.tsMask.set_dmode(disp_mode = enums.DisplayMode.ABSolute)

Selects the display mode of ‘Spectrum Flatness’ and ‘Transmit Spectrum Mask’ results to switch between relative and absolute result values (dB vs dBm) .

param disp_mode:

RELative | ABSolute

set_mselection(mask_selection: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:MSELection
driver.configure.multiEval.tsMask.set_mselection(mask_selection = 1.0)

Selects the spectrum limit mask to be applied to 802.11p signals. See ‘Transmit spectrum mask OFDM, by regulation’

param mask_selection:

IEEE | ETSI | ARIB IEEE: Relative spectral density limits, IEEE 802.11 ETSI: Absolute emission limits, ETSI EN 302 571 V1.1.1 (2008-09) ARIB: Absolute emission limits, ARIB STD-T109, only for 10 MHz bandwidth

set_obw_percent(obw_power: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBWPercent
driver.configure.multiEval.tsMask.set_obw_percent(obw_power = 1.0)

Enables/disables OBW measurement and sets the OBW percentage.

param obw_power:

(float or boolean) numeric | ON | OFF Range: 50 % to 100 % Additional values: ON | OFF (disables | enables OBW measurement)

set_tro_time(trigger_off_time: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:TSMask:TROTime
driver.configure.multiEval.tsMask.set_tro_time(trigger_off_time = 1.0)

Specifies the trigger offset between trigger event and FFT operation.

param trigger_off_time:

numeric Range: 0 s to 0.1E-3 s