Nsts
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:NSTS
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) int[source]
# [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.
- 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:
user_nsts: integer Range: 1 to 8
- set(user_nsts: int, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [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.
- Parameters:
user_nsts – integer Range: 1 to 8
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’)