Mcs
SCPI Command :
CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:DUMMy<index>:MCS
- class McsCls[source]
Mcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(station=Station.Default, dummy=Dummy.Default) McsIndex[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:DUMMy<index>:MCS value: enums.McsIndex = driver.configure.connection.sta.dframe.hemu.dummy.mcs.get(station = repcap.Station.Default, dummy = repcap.Dummy.Default)
Sets the modulation and coding scheme for the corresponding dummy user.
- param station:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sta’)
- param dummy:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dummy’)
- 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, station=Station.Default, dummy=Dummy.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:STA<s>:DFRame:HEMU:DUMMy<index>:MCS driver.configure.connection.sta.dframe.hemu.dummy.mcs.set(mcs_index = enums.McsIndex.MCS, station = repcap.Station.Default, dummy = repcap.Dummy.Default)
Sets the modulation and coding scheme for the corresponding dummy user.
- param mcs_index:
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’)
- param dummy:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Dummy’)