Select

SCPI Command :

CONFigure:BURSt:SPECtrum:MASK:SELect
class SelectCls[source]

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

get() RsFsw.enums.SpectrumMaskStandard[source]
# SCPI: CONFigure:BURSt:SPECtrum:MASK:SELect
value: enums.SpectrumMaskStandard = driver.applications.k91Wlan.configure.burst.spectrum.mask.select.get()

Sets the ‘Spectrum Emission Mask’ (SEM) measurement type.

return

standard: IEEE | ETSI | User User Settings and limits are configured via a user-defined XML file. Load the file using method RsFsw.Applications.K91_Wlan.MassMemory.Load.Sem.State.set. IEEE Settings and limits are as specified in the IEEE Std 802.11n(TM)-2009 Figure 20-17-Transmit spectral mask for 20 MHz transmission. For other IEEE standards see the parameter values in the table below. After a query, IEEE is returned for all IEEE standards. ETSI Settings and limits are as specified in the ETSI standard.

set(standard: RsFsw.enums.SpectrumMaskStandard) None[source]
# SCPI: CONFigure:BURSt:SPECtrum:MASK:SELect
driver.applications.k91Wlan.configure.burst.spectrum.mask.select.set(standard = enums.SpectrumMaskStandard.ETSI)

Sets the ‘Spectrum Emission Mask’ (SEM) measurement type.

param standard

IEEE | ETSI | User User Settings and limits are configured via a user-defined XML file. Load the file using method RsFsw.Applications.K91_Wlan.MassMemory.Load.Sem.State.set. IEEE Settings and limits are as specified in the IEEE Std 802.11n(TM)-2009 Figure 20-17-Transmit spectral mask for 20 MHz transmission. For other IEEE standards see the parameter values in the table below. After a query, IEEE is returned for all IEEE standards. ETSI Settings and limits are as specified in the ETSI standard.