RuType
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:RUTYpe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) WlannFbPpduUserRuType[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:RUTYpe value: enums.WlannFbPpduUserRuType = driver.source.bb.wlnn.fblock.user.ruType.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Queries the resource unit type for the current user.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
ru_type: RU26 | RU52 | RU106 | RU242 | RU484 | RU996 | RU2996 | RUC26 | RU4996 | RU484_242 | RU996_484 | RU996_484_242 | RU2996_484 | RU3996 | RU3996_484 RU26 | RU52 | RU106 | RU242 | RU484 | RU996 | RU2996 | RUC26 Require WLAN standard IEEE 802.11ax or IEEE 802.11be: SOURce1:BB:WLNN:FBLock1:STANdard WAX RU26 | RU52 | RU106 | RU242 | RU484 | RU996 | RU2996 | RUC26 | RU4996 | RU484_242 | RU996_484 | RU996_484_242 | RU2996_484 | RU3996 | RU3996_484 Require WLAN standard IEEE 802.11be: SOURce1:BB:WLNN:FBLock1:STANdard WBE
- set(ru_type: WlannFbPpduUserRuType, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:RUTYpe driver.source.bb.wlnn.fblock.user.ruType.set(ru_type = enums.WlannFbPpduUserRuType.RU106, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Queries the resource unit type for the current user.
- Parameters:
ru_type – RU26 | RU52 | RU106 | RU242 | RU484 | RU996 | RU2996 | RUC26 | RU4996 | RU484_242 | RU996_484 | RU996_484_242 | RU2996_484 | RU3996 | RU3996_484 RU26 | RU52 | RU106 | RU242 | RU484 | RU996 | RU2996 | RUC26 Require WLAN standard IEEE 802.11ax or IEEE 802.11be: SOURce1:BB:WLNN:FBLock1:STANdard WAX RU26 | RU52 | RU106 | RU242 | RU484 | RU996 | RU2996 | RUC26 | RU4996 | RU484_242 | RU996_484 | RU996_484_242 | RU2996_484 | RU3996 | RU3996_484 Require WLAN standard IEEE 802.11be: SOURce1:BB:WLNN:FBLock1:STANdard WBE
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)