Standard

SCPI Command :

CONFigure:BURSt:EVM:STANdard
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# 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)

Returns:

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]
# 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)

Parameters:

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.