Nsts
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:NSTS
- class NstsCls[source]
Nsts commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:NSTS value: int = driver.source.bb.wlnn.fblock.user.nsts.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the number of spatial streams, the number of space time streams minus 1.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return
user_nsts: integer Range: 1 to 8
- set(user_nsts: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:NSTS driver.source.bb.wlnn.fblock.user.nsts.set(user_nsts = 1, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Sets the number of spatial streams, the number of space time streams minus 1.
- param user_nsts
integer Range: 1 to 8
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- param userIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)