Nsts
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:MU<ST0>:NSTS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MU<ST0>:NSTS value: int = driver.source.bb.wlnn.fblock.mu.nsts.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the number of space time streams for each 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 ‘Mu’)
- Returns:
no_of_sts: integer Range: 0 to Max
- set(no_of_sts: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:MU<ST0>:NSTS driver.source.bb.wlnn.fblock.mu.nsts.set(no_of_sts = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the number of space time streams for each user.
- Parameters:
no_of_sts – integer Range: 0 to Max
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 ‘Mu’)