Ru26Index

SCPI Command :

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

Ru26Index 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>: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.

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

set(index: float, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) None[source]
# SCPI: 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.

param index

integer Range: 1 to 143

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