EsStream

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:ESSTream
class EsStreamCls[source]

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

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

Sets the value of the extended spatial streams. This field is active for frame block type sounding only to probe additional dimensions to the channel.

param frameBlock:

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

return:

es_stream: integer Range: 1 to dynamic

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

Sets the value of the extended spatial streams. This field is active for frame block type sounding only to probe additional dimensions to the channel.

param es_stream:

integer Range: 1 to dynamic

param frameBlock:

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