Uindex

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:UINDex
class UindexCls[source]

Uindex commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(frameBlock=FrameBlock.Default) RsSmbv.enums.WlannFbUserIdx[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:UINDex
value: enums.WlannFbUserIdx = driver.source.bb.wlnn.fblock.uindex.get(frameBlock = repcap.FrameBlock.Default)

Defines the currently generated user. In activated Multi User MIMO only, one user can be generated at a time. This parameter selects the generated one out of four available users.

param frameBlock

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

return

uind: UIDX0| UIDX1| UIDX2| UIDX3

set(uind: RsSmbv.enums.WlannFbUserIdx, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:UINDex
driver.source.bb.wlnn.fblock.uindex.set(uind = enums.WlannFbUserIdx.UIDX0, frameBlock = repcap.FrameBlock.Default)

Defines the currently generated user. In activated Multi User MIMO only, one user can be generated at a time. This parameter selects the generated one out of four available users.

param uind

UIDX0| UIDX1| UIDX2| UIDX3

param frameBlock

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