StStream
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:STSTream
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default) int[source]
# [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.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- Returns:
st_stream: integer Range: 1 to dynamic
- set(st_stream: int, frameBlock=FrameBlock.Default) None[source]
# [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.
- Parameters:
st_stream – integer Range: 1 to dynamic
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)