RuIndex
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RUINdex
- class RuIndexCls[source]
RuIndex 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>: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 standard (based on resource units of the specified RU size, see method RsFsw.Applications.K91_Wlan.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 method RsFsw.Applications.K91_Wlan.Configure.Wlan.RuConfig. Segment.Channel.Rulocation.Count.Highest.get_. To determine the highest allocated RU index for the entire channel, see method RsFsw.Applications.K91_Wlan.Configure.Wlan.RuConfig.Count.Highest.get_.
- 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
index: integer RU index Range: 1 to 144
- set(index: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) None [source]
# SCPI: 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 standard (based on resource units of the specified RU size, see method RsFsw.Applications.K91_Wlan.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 method RsFsw.Applications.K91_Wlan.Configure.Wlan.RuConfig. Segment.Channel.Rulocation.Count.Highest.get_. To determine the highest allocated RU index for the entire channel, see method RsFsw.Applications.K91_Wlan.Configure.Wlan.RuConfig.Count.Highest.get_.
- param index
integer RU index Range: 1 to 144
- 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’)