Standard

SCPI Command :

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

Returns:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.set() . 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 12 IEEE 802.11bn

set(standard: float) None[source]
# 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!

Parameters:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.set() . 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 12 IEEE 802.11bn