Standard
SCPI Command :
CONFigure:BURSt:EVM:STANdard
- class StandardCls[source]
Standard commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: CONFigure:BURSt:EVM:STANdard value: str = driver.applications.k91Wlan.configure.burst.evm.standard.get()
Defines or queries the standard version to be used for the EVM measurement. Is only available for IEEE 802. 11b and g (DSSS)
- return
evm_standard: ‘Std802_11b_1999’ | ‘Std802_11b_2012’ | ‘Std802_11b_2016’ ‘Std802_11b_1999’ EVM measurement based on the IEEE 802.11b specification prior to 2012. ‘Std802_11b_2012’ EVM measurement based on the IEEE 802.11b specification from 2012. ‘Std802_11b_2016’ EVM measurement based on the IEEE 802.11b specification from 2016.
- set(evm_standard: str) None [source]
# SCPI: CONFigure:BURSt:EVM:STANdard driver.applications.k91Wlan.configure.burst.evm.standard.set(evm_standard = 'abc')
Defines or queries the standard version to be used for the EVM measurement. Is only available for IEEE 802. 11b and g (DSSS)
- param evm_standard
‘Std802_11b_1999’ | ‘Std802_11b_2012’ | ‘Std802_11b_2016’ ‘Std802_11b_1999’ EVM measurement based on the IEEE 802.11b specification prior to 2012. ‘Std802_11b_2012’ EVM measurement based on the IEEE 802.11b specification from 2012. ‘Std802_11b_2016’ EVM measurement based on the IEEE 802.11b specification from 2016.