RuAllocation<Index>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.source.bb.wlnn.fblock.cch1.ruAllocation.repcap_index_set(repcap.Index.Nr1)
get(frameBlock=FrameBlock.Default, index=Index.Default) WlannFbPpduRuAlloc[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:RUALlocation<ST>
value: enums.WlannFbPpduRuAlloc = driver.source.bb.wlnn.fblock.cch1.ruAllocation.get(frameBlock = repcap.FrameBlock.Default, index = repcap.Index.Default)

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

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

Returns:

ru_allocation: RU0 | RU1 | RU2 | RU3 | RU4 | RU5 | RU6 | RU7 | RU8 | RU9 | RU10 | RU11 | RU12 | RU13 | RU14 | RU15 | RU16 | RU17 | RU18 | RU19 | RU20 | RU21 | RU22 | RU23 | RU24 | RU25 | RU26 | RU27 | RU28 | RU29 | RU30 | RU31 | RU32 | RU33 | RU34 | RU35 | RU36 | RU37 | RU38 | RU39 | RU40 | RU41 | RU42 | RU43 | RU44 | RU45 | RU46 | RU47 | RU48 | RU49 | RU50 | RU51 | RU52 | RU53 | RU54 | RU55 | RU56 | RU57 | RU58 | RU59 | RU60 | RU61 | RU62 | RU63 | RU64 | RU65 | RU66 | RU67 | RU68 | RU69 | RU70 | RU71 | RU72 | RU73 | RU74 | RU75 | RU76 | RU77 | RU78 | RU79 | RU80 | RU81 | RU82 | RU83 | RU84 | RU85 | RU86

set(ru_allocation: WlannFbPpduRuAlloc, frameBlock=FrameBlock.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:CCH1:RUALlocation<ST>
driver.source.bb.wlnn.fblock.cch1.ruAllocation.set(ru_allocation = enums.WlannFbPpduRuAlloc.RU0, frameBlock = repcap.FrameBlock.Default, index = repcap.Index.Default)

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

Parameters:
  • ru_allocation – RU0 | RU1 | RU2 | RU3 | RU4 | RU5 | RU6 | RU7 | RU8 | RU9 | RU10 | RU11 | RU12 | RU13 | RU14 | RU15 | RU16 | RU17 | RU18 | RU19 | RU20 | RU21 | RU22 | RU23 | RU24 | RU25 | RU26 | RU27 | RU28 | RU29 | RU30 | RU31 | RU32 | RU33 | RU34 | RU35 | RU36 | RU37 | RU38 | RU39 | RU40 | RU41 | RU42 | RU43 | RU44 | RU45 | RU46 | RU47 | RU48 | RU49 | RU50 | RU51 | RU52 | RU53 | RU54 | RU55 | RU56 | RU57 | RU58 | RU59 | RU60 | RU61 | RU62 | RU63 | RU64 | RU65 | RU66 | RU67 | RU68 | RU69 | RU70 | RU71 | RU72 | RU73 | RU74 | RU75 | RU76 | RU77 | RU78 | RU79 | RU80 | RU81 | RU82 | RU83 | RU84 | RU85 | RU86

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

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

Cloning the Group

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