Sstream
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:SSTReam
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) int[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:SSTReam value: int = driver.source.bb.wlnn.fblock.sstream.get(frameBlock = repcap.FrameBlock.Default)
Sets the number of the spatial streams. For physical mode LEGACY, only value 1 is valid. For Tx Mode ‘HT-Duplicate’, only value 1 is valid. In all other cases, the number of spatial streams depends on the number of antennas configured with command SOURce:BB:WLNN:ANTenna:MODE.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
sstream: integer Range: 1 to 8
- set(sstream: int, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:SSTReam driver.source.bb.wlnn.fblock.sstream.set(sstream = 1, frameBlock = repcap.FrameBlock.Default)
Sets the number of the spatial streams. For physical mode LEGACY, only value 1 is valid. For Tx Mode ‘HT-Duplicate’, only value 1 is valid. In all other cases, the number of spatial streams depends on the number of antennas configured with command SOURce:BB:WLNN:ANTenna:MODE.
- Parameters:
sstream – integer Range: 1 to 8
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)