RuSize

SCPI Command :

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

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

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

Defines the size of the individual resource unit (= number of subcarriers or tones) for a single transmission package.

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

ru_size: SU | S0 | S26 | S52 | S106 | S242 | S484 | S996 | S2X996 | S4X996 | S52S26 | S106s26 | S484s242 | S996s484 | S996s484s242 | S2X996s484 | S3X996 | S3X996s484

set(ru_size: RsFsw.enums.RuSize, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) None[source]
# SCPI: CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RUSize
driver.applications.k91Wlan.configure.wlan.ruConfig.segment.channel.rulocation.ruSize.set(ru_size = enums.RuSize.S0, segment = repcap.Segment.Default, channel = repcap.Channel.Default, ruAllocationIx = repcap.RuAllocationIx.Default)

Defines the size of the individual resource unit (= number of subcarriers or tones) for a single transmission package.

param ru_size

SU | S0 | S26 | S52 | S106 | S242 | S484 | S996 | S2X996 | S4X996 | S52S26 | S106s26 | S484s242 | S996s484 | S996s484s242 | S2X996s484 | S3X996 | S3X996s484

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