Rual

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:RUAL
class RualCls[source]

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

class RualStruct[source]

Response structure. Fields:

  • Ru_Allocation: enums.RuAllocation: 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 | OFF ‘OFF’: No resource unit for the specified station is allocated ‘RUx’: Bits 7 to 1 of the RU allocation subfield, see table below.

  • Channel_80_Mh_Z: enums.Channel80MhZ: PRIMary | SECondary For RU67 and RU68 applying 160 MHz channel, sets the bit 0 of the RU allocation subfield that indicates primary 80 MHz or secondary 80 MHz channel.

get(station=Station.Default) RualStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:RUAL
value: RualStruct = driver.configure.sta.connection.hetf.rual.get(station = repcap.Station.Default)

Specifies the RU used by the HE TB PPDU. Refer to IEEE Std 802.11ax-2021, table 9-29i B7–B1 of the RU Allocation subfield.

param station:

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

return:

structure: for return value, see the help for RualStruct structure arguments.

set(ru_allocation: RuAllocation, channel_80_mh_z: Channel80MhZ = None, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:RUAL
driver.configure.sta.connection.hetf.rual.set(ru_allocation = enums.RuAllocation.OFF, channel_80_mh_z = enums.Channel80MhZ.PRIMary, station = repcap.Station.Default)

Specifies the RU used by the HE TB PPDU. Refer to IEEE Std 802.11ax-2021, table 9-29i B7–B1 of the RU Allocation subfield.

param 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 | OFF ‘OFF’: No resource unit for the specified station is allocated ‘RUx’: Bits 7 to 1 of the RU allocation subfield, see table below.

param channel_80_mh_z:

PRIMary | SECondary For RU67 and RU68 applying 160 MHz channel, sets the bit 0 of the RU allocation subfield that indicates primary 80 MHz or secondary 80 MHz channel.

param station:

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