Nss

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:NSS
class NssCls[source]

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

get(station=Station.Default) int[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:NSS
value: int = driver.configure.sta.connection.hetf.nss.get(station = repcap.Station.Default)

Sets the number of HE TB PPDU spatial streams.

param station:

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

return:

number_ss: integer Range: 1 to 8

set(number_ss: int, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:NSS
driver.configure.sta.connection.hetf.nss.set(number_ss = 1, station = repcap.Station.Default)

Sets the number of HE TB PPDU spatial streams.

param number_ss:

integer Range: 1 to 8

param station:

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