StStream

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:STSTream
class StStreamCls[source]

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

get(frameBlock=FrameBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:STSTream
value: int = driver.source.bb.wlnn.fblock.stStream.get(frameBlock = repcap.FrameBlock.Default)

Sets the number of the space time streams. This value depends on the number of spatial streams defined with command SOURce:BB:WLNN:FBLock:SSTReam. Changing the number of the Spatial Streams immediately changes the value of the Space Time Streams to the same value.

param frameBlock

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

return

st_stream: integer Range: 1 to dynamic

set(st_stream: int, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:STSTream
driver.source.bb.wlnn.fblock.stStream.set(st_stream = 1, frameBlock = repcap.FrameBlock.Default)

Sets the number of the space time streams. This value depends on the number of spatial streams defined with command SOURce:BB:WLNN:FBLock:SSTReam. Changing the number of the Spatial Streams immediately changes the value of the Space Time Streams to the same value.

param st_stream

integer Range: 1 to dynamic

param frameBlock

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