Standard
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:STANdard
- Commands in total: 1Subgroups: 0Direct 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 | WBN USER Sets a user-defined standard. WAG | WBG | WPJ | WN Requires R&S SMW-K54. Sets for the standards IEEE 802.11a/g, IEEE 802.11b/g, IEEE 802.11p/j or IEEE 802.11n. WAC Requires R&S SMW-K86. Sets the standard IEEE 802.11ac. WAX Requires R&S SMW-K142. Sets the standard IEEE 802.11ax. WBE Requires R&S SMW-K147. Sets the standard IEEE 802.11be. WBN Requires R&S SMW-K185. Sets the standard IEEE 802.11bn.
- 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 | WBN USER Sets a user-defined standard. WAG | WBG | WPJ | WN Requires R&S SMW-K54. Sets for the standards IEEE 802.11a/g, IEEE 802.11b/g, IEEE 802.11p/j or IEEE 802.11n. WAC Requires R&S SMW-K86. Sets the standard IEEE 802.11ac. WAX Requires R&S SMW-K142. Sets the standard IEEE 802.11ax. WBE Requires R&S SMW-K147. Sets the standard IEEE 802.11be. WBN Requires R&S SMW-K185. Sets the standard IEEE 802.11bn.
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)