Mcs
SCPI Command :
CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:USER<index>:MCS
- class McsCls[source]
Mcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(station=Station.Default, user=User.Default) McsIndex[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:USER<index>:MCS value: enums.McsIndex = driver.configure.connection.sta.dframe.hemu.user.mcs.get(station = repcap.Station.Default, user = repcap.User.Default)
Sets the modulation and coding scheme for user 1 (user data assigned to the DUT) .
- 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:
mcs_index: MCS | MCS1 | MCS2 | MCS3 | MCS4 | MCS5 | MCS6 | MCS7 | MCS8 | MCS9 | MCS10 | MCS11 MCS, MCS1,…,MCS11: MCS 0, MCS 1 to MCS 11
- set(mcs_index: McsIndex, station=Station.Default, user=User.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:USER<index>:MCS driver.configure.connection.sta.dframe.hemu.user.mcs.set(mcs_index = enums.McsIndex.MCS, station = repcap.Station.Default, user = repcap.User.Default)
Sets the modulation and coding scheme for user 1 (user data assigned to the DUT) .
- param mcs_index:
MCS | MCS1 | MCS2 | MCS3 | MCS4 | MCS5 | MCS6 | MCS7 | MCS8 | MCS9 | MCS10 | MCS11 MCS, MCS1,…,MCS11: MCS 0, MCS 1 to MCS 11
- 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’)