Ru26Index

SCPI Command :

CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RU26index
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) float[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RU26index
value: float = driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.ru26Index.get(segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default)

Sets or queries the index of the resource unit based on 26-subcarrier units.

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 Range: 1 to 143

set(index: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) None[source]
# CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RU26index
driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.ru26Index.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 based on 26-subcarrier units.

Parameters:
  • index – integer Range: 1 to 143

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