RuSelection<Station>

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:RUSelection<ST>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.source.bb.wlnn.fblock.cch1.ruSelection.repcap_station_set(repcap.Station.Nr1)
get(frameBlock=FrameBlock.Default, station=Station.Default) WlannFbPpduRuSel[source]
# [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.

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

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

Returns:

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: WlannFbPpduRuSel, frameBlock=FrameBlock.Default, station=Station.Default) None[source]
# [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.

Parameters:
  • 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

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

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

Cloning the Group

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