Sstream

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:SSTReam
class SstreamCls[source]

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

get(frameBlock=FrameBlock.Default) int[source]
# SCPI: [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.

param frameBlock

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

return

sstream: integer Range: 1 to 8

set(sstream: int, frameBlock=FrameBlock.Default) None[source]
# SCPI: [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.

param sstream

integer Range: 1 to 8

param frameBlock

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