McsIndex
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:MCSindex
- class McsIndexCls[source]
McsIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default) float [source]
# SCPI: CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:MCSindex value: float = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.mcsIndex.get(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)
Modulation and Coding Scheme (MCS) index of the PPDU
- param segment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- param channel
optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- param ruAllocationIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)
- param userIx
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘User’)
- return
mod_cod_ind: integer Modulation and Coding Scheme (MCS) index of the PPDU Range: 0 to 11
- set(mod_cod_ind: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default, userIx=UserIx.Default) None [source]
# SCPI: CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:USER<mu>:MCSindex driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.user.mcsIndex.set(mod_cod_ind = 1.0, segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default, userIx = repcap.UserIx.Default)
Modulation and Coding Scheme (MCS) index of the PPDU
- param mod_cod_ind
integer Modulation and Coding Scheme (MCS) index of the PPDU Range: 0 to 11
- param segment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- param channel
optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- param ruAllocationIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)
- param userIx
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘User’)