RuIndex
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RUINdex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) float[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RUINdex value: float = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.ruIndex.get(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default)
Sets or queries the index of the resource unit as defined by the IEEE 802.11ax, be, bn standard (based on resource units of the specified RU size, see method
RsFsw.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.ruSize.set()) . This value determines the position of the resource unit within the channel. Note that you can specify any possible RU index value for the entire channel, regardless of the specified segment and subchannel. To determine the highest allocated RU index for a specific segment and subchannel, use methodRsFsw.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.count.highest.get(). To determine the highest allocated RU index for the entire channel, see methodRsFsw.applications.k91Wlan.configure.wlan.ruConfig.count.highest.get().- Parameters:
segment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
ruAllocationIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)
- Returns:
index: integer RU index Range: 1 to 144
- set(index: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) None[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RUINdex driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.ruIndex.set(index = 1.0, segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default)
Sets or queries the index of the resource unit as defined by the IEEE 802.11ax, be, bn standard (based on resource units of the specified RU size, see method
RsFsw.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.ruSize.set()) . This value determines the position of the resource unit within the channel. Note that you can specify any possible RU index value for the entire channel, regardless of the specified segment and subchannel. To determine the highest allocated RU index for a specific segment and subchannel, use methodRsFsw.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.count.highest.get(). To determine the highest allocated RU index for the entire channel, see methodRsFsw.applications.k91Wlan.configure.wlan.ruConfig.count.highest.get().- Parameters:
index – integer RU index Range: 1 to 144
segment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
ruAllocationIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rulocation’)