Streams
SCPI Command :
CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:USER<index>:STReams
- class StreamsCls[source]
Streams commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(station=Station.Default, user=User.Default) Streams[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:USER<index>:STReams value: enums.Streams = driver.configure.connection.sta.dframe.hemu.user.streams.get(station = repcap.Station.Default, user = repcap.User.Default)
Sets the number of streams used by the user for MIMO connections.
- param station:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)
- param user:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- return:
streams: STR1 | STR2 One or two streams
- set(streams: Streams, station=Station.Default, user=User.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:USER<index>:STReams driver.configure.connection.sta.dframe.hemu.user.streams.set(streams = enums.Streams.STR1, station = repcap.Station.Default, user = repcap.User.Default)
Sets the number of streams used by the user for MIMO connections.
- param streams:
STR1 | STR2 One or two streams
- param station:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)
- param user:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)