RuSize
SCPI Command :
CONFigure:WLAN:RUConfig:SEGMent<seg>:CHANnel<ch>:RULocation<cf>:RUSize
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) RuSize[source]
# 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.
- 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:
ru_size: SU | S0 | S26 | S52 | S106 | S242 | S484 | S996 | S2X996 | S4X996 | S52S26 | S106s26 | S484s242 | S996s484 | S996s484s242 | S2X996s484 | S3X996 | S3X996s484 | SD26_20 | SD26_40 | SD52_20 | SD52_40 | SD52_80 | SD106_20 | SD106_40 | SD106_80 | SD242_40 | SD242_80 | SD484_80
- set(ru_size: RuSize, segment=Segment.Default, channel=Channel.Default, ruAllocationIx=RuAllocationIx.Default) None[source]
# 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.
- Parameters:
ru_size – SU | S0 | S26 | S52 | S106 | S242 | S484 | S996 | S2X996 | S4X996 | S52S26 | S106s26 | S484s242 | S996s484 | S996s484s242 | S2X996s484 | S3X996 | S3X996s484 | SD26_20 | SD26_40 | SD52_20 | SD52_40 | SD52_80 | SD106_20 | SD106_40 | SD106_80 | SD242_40 | SD242_80 | SD484_80
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’)