Mcs
SCPI Command :
CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:USER<index>:MCS
- class McsCls[source]
Mcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(user=User.Default) McsIndex[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:USER<index>:MCS value: enums.McsIndex = driver.configure.per.dframe.hemu.user.mcs.get(user = repcap.User.Default)
Sets the modulation and coding scheme for user 1 (user data assigned to the DUT) .
- 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 to MCS 11
- set(mcs_index: McsIndex, user=User.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:PER:DFRame:HEMU:USER<index>:MCS driver.configure.per.dframe.hemu.user.mcs.set(mcs_index = enums.McsIndex.MCS, 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 to MCS 11
- param user:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)