RuSelection<Station>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.wlnn.fblock.cch1.ruSelection.repcap_station_get()
driver.source.bb.wlnn.fblock.cch1.ruSelection.repcap_station_set(repcap.Station.Nr1)

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:RUSelection<ST>
class RuSelectionCls[source]

RuSelection commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Station, default value after init: Station.Nr1

get(frameBlock=FrameBlock.Default, station=Station.Default) RsSmbv.enums.WlannFbPpduRuSel[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:RUSelection<ST>
value: enums.WlannFbPpduRuSel = driver.source.bb.wlnn.fblock.cch1.ruSelection.get(frameBlock = repcap.FrameBlock.Default, station = repcap.Station.Default)

For HE frames. Sets the resource unit allocation of the first content channel for the respective channel and station.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param station

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RuSelection’)

return

ru_sel_ch_1: RU0| RU1| RU2| RU3| RU4| RU5| RU6| RU7| RU8| RU9| RU10| RU11| RU12| RU13| RU14| RU15| RU18| RU19| RU20| RU21| RU22| RU23| RU24| RU25| RU34| RU35| RU36| RU37| RU38| RU16| RU17| RU26| RU27| RU28| RU29| RU30| RU31| RU32| RU33

set(ru_sel_ch_1: RsSmbv.enums.WlannFbPpduRuSel, frameBlock=FrameBlock.Default, station=Station.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:RUSelection<ST>
driver.source.bb.wlnn.fblock.cch1.ruSelection.set(ru_sel_ch_1 = enums.WlannFbPpduRuSel.RU0, frameBlock = repcap.FrameBlock.Default, station = repcap.Station.Default)

For HE frames. Sets the resource unit allocation of the first content channel for the respective channel and station.

param ru_sel_ch_1

RU0| RU1| RU2| RU3| RU4| RU5| RU6| RU7| RU8| RU9| RU10| RU11| RU12| RU13| RU14| RU15| RU18| RU19| RU20| RU21| RU22| RU23| RU24| RU25| RU34| RU35| RU36| RU37| RU38| RU16| RU17| RU26| RU27| RU28| RU29| RU30| RU31| RU32| RU33

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

param station

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RuSelection’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.wlnn.fblock.cch1.ruSelection.clone()