Standard

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:STANdard
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) WlannFbStd[source]
# [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.

Parameters:

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

Returns:

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: WlannFbStd, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • 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.

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