EsStream

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:ESSTream
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) int[source]
# [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.

Parameters:

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

Returns:

es_stream: integer Range: 1 to dynamic

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

Parameters:
  • es_stream – integer Range: 1 to dynamic

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