Dru
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DRU
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) WlannFbPpduUserDruIdx[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DRU value: enums.WlannFbPpduUserDruIdx = driver.source.bb.wlnn.fblock.user.dru.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Selects the index of the DRU for each user. This index defines data subcarriers and pilot subcarriers and the subcarrier ranges of the DRU.
- 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:
dru_index: DRU1 | DRU2 | DRU3 | DRU4 | DRU5 | DRU6 | DRU7 | DRU8 | DRU9 | DRU10 | DRU11 | DRU12 | DRU13 | DRU14 | DRU15 | DRU16 | DRU17 | DRU18
- set(dru_index: WlannFbPpduUserDruIdx, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:DRU driver.source.bb.wlnn.fblock.user.dru.set(dru_index = enums.WlannFbPpduUserDruIdx.DRU1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Selects the index of the DRU for each user. This index defines data subcarriers and pilot subcarriers and the subcarrier ranges of the DRU.
- Parameters:
dru_index – DRU1 | DRU2 | DRU3 | DRU4 | DRU5 | DRU6 | DRU7 | DRU8 | DRU9 | DRU10 | DRU11 | DRU12 | DRU13 | DRU14 | DRU15 | DRU16 | DRU17 | DRU18
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’)