Standard

SCPI Command :

CONFigure:STANdard
class StandardCls[source]

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

get() float[source]
# SCPI: CONFigure:STANdard
value: float = driver.applications.k91Wlan.configure.standard.get()

This remote control command specifies which WLAN standard the option is configured to measure. The availability of many commands depends on the selected standard!

return

standard: 0 IEEE 802.11a 1 IEEE 802.11b 2 IEEE 802.11j (10 MHz) 3 IEEE 802.11j (20 MHz) 4 IEEE 802.11g To distinguish between OFDM and DSSS use the command [SENSe:]DEMod:FORMat:BANalyze:BTYPe. By default, the R&S FSW WLAN application selects the most recently defined PPDU type. 6 IEEE 802.11n 7 IEEE 802.11n (MIMO) 8 IEEE 802.11ac 9 IEEE 802.11p 10 IEEE 802.11ax 11 IEEE 802.11be

set(standard: float) None[source]
# SCPI: CONFigure:STANdard
driver.applications.k91Wlan.configure.standard.set(standard = 1.0)

This remote control command specifies which WLAN standard the option is configured to measure. The availability of many commands depends on the selected standard!

param standard

0 IEEE 802.11a 1 IEEE 802.11b 2 IEEE 802.11j (10 MHz) 3 IEEE 802.11j (20 MHz) 4 IEEE 802.11g To distinguish between OFDM and DSSS use the command [SENSe:]DEMod:FORMat:BANalyze:BTYPe. By default, the R&S FSW WLAN application selects the most recently defined PPDU type. 6 IEEE 802.11n 7 IEEE 802.11n (MIMO) 8 IEEE 802.11ac 9 IEEE 802.11p 10 IEEE 802.11ax 11 IEEE 802.11be