MruIndex

SCPI Command :

CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:MRUindex
class MruIndexCls[source]

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

get(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) float[source]
# SCPI: CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:MRUindex
value: float = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.mruIndex.get(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default)

Sets or queries the index of the subcarrier and resource allocation for multiple RUs (MRU) as defined by the 802. 11be standard. This index determines the position of the ignored subcarriers and used RUs within the spectrum.

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’)

return

mru_ind: integer Range: 1 to 12

set(mru_ind: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) None[source]
# SCPI: CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:MRUindex
driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.mruIndex.set(mru_ind = 1.0, segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default)

Sets or queries the index of the subcarrier and resource allocation for multiple RUs (MRU) as defined by the 802. 11be standard. This index determines the position of the ignored subcarriers and used RUs within the spectrum.

param mru_ind

integer Range: 1 to 12

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’)