Standard

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:STANdard
class StandardCls[source]

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

get(frameBlock=FrameBlock.Default) RsSmbv.enums.WlannFbStd[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:STANdard
value: enums.WlannFbStd = driver.source.bb.wlnn.fblock.standard.get(frameBlock = repcap.FrameBlock.Default)

Sets the IEEE 802.11 WLAN standard.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

return

standard: USER| WAG| WBG| WPJ| WN| WAC| WAX| WBE USER Sets a user defined standard. WAG Sets the IEEE 802.11a/g standard. WBG Sets the IEEE 802.11b/g standard. WPJ Sets the IEEE 802.11p/j standard. WN Sets the IEEE 802.11n standard. WAC Sets the IEEE 802.11a/c standard. WAX Sets the IEEE 802.11ax standard. WBE Sets the IEEE 802.11be standard.

set(standard: RsSmbv.enums.WlannFbStd, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:STANdard
driver.source.bb.wlnn.fblock.standard.set(standard = enums.WlannFbStd.USER, frameBlock = repcap.FrameBlock.Default)

Sets the IEEE 802.11 WLAN standard.

param standard

USER| WAG| WBG| WPJ| WN| WAC| WAX| WBE USER Sets a user defined standard. WAG Sets the IEEE 802.11a/g standard. WBG Sets the IEEE 802.11b/g standard. WPJ Sets the IEEE 802.11p/j standard. WN Sets the IEEE 802.11n standard. WAC Sets the IEEE 802.11a/c standard. WAX Sets the IEEE 802.11ax standard. WBE Sets the IEEE 802.11be standard.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)