Mcs

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:MCS
class McsCls[source]

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

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

Specifies the modulation and coding scheme (MCS) used by the HE TB PPDU.

param station:

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

return:

mcs: MCS | MCS1 | MCS2 | MCS3 | MCS4 | MCS5 | MCS6 | MCS7 | MCS8 | MCS9 | MCS10 | MCS11 MCS, MCS1,…,MCS11: MCS 0 to MCS 11

set(mcs: McsIndex, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:MCS
driver.configure.sta.connection.hetf.mcs.set(mcs = enums.McsIndex.MCS, station = repcap.Station.Default)

Specifies the modulation and coding scheme (MCS) used by the HE TB PPDU.

param mcs:

MCS | MCS1 | MCS2 | MCS3 | MCS4 | MCS5 | MCS6 | MCS7 | MCS8 | MCS9 | MCS10 | MCS11 MCS, MCS1,…,MCS11: MCS 0 to MCS 11

param station:

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