Dbwidth
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DBWidth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) WlannFbPpduUserDbw[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DBWidth value: enums.WlannFbPpduUserDbw = driver.source.bb.wlnn.fblock.user.dbwidth.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Requires a distributed tone resource unit (DRU) as RU type. Sets the distribution bandwidth (DBW) of the DRU for each user. See also method
RsSmw.source.bb.wlnn.fblock.user.ruType.set().- 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:
dbw: DBW20 | DBW40 | DBW80
- set(dbw: WlannFbPpduUserDbw, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DBWidth driver.source.bb.wlnn.fblock.user.dbwidth.set(dbw = enums.WlannFbPpduUserDbw.DBW20, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Requires a distributed tone resource unit (DRU) as RU type. Sets the distribution bandwidth (DBW) of the DRU for each user. See also method
RsSmw.source.bb.wlnn.fblock.user.ruType.set().- Parameters:
dbw – DBW20 | DBW40 | DBW80
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’)