He

SCPI Command :

SENSe:WLAN:SIGNaling<instance>:STA<s>:UECapability:HE
class HeCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Device_Class: enums.DeviceClass: A | B

  • Dyn_Fragment: enums.DynFragment: NO | L1 | L2 | L3 Dynamic fragmentation not supported, or dynamic fragmentation supported with level 1 to 3.

  • Absr: enums.YesNoStatus: NO | YES Indicates support of a buffer status report (BSR) control field.

  • Broadcast_Twt: enums.YesNoStatus: NO | YES Indicates support of broadcast target wake time (TWT) operation.

  • Ofdma_Rand_Acc: enums.YesNoStatus: NO | YES Indicates support of OFDMA random access procedure.

get(station=Station.Default) GetStruct[source]
# SCPI: SENSe:WLAN:SIGNaling<instance>:STA<s>:UECapability:HE
value: GetStruct = driver.sense.sta.ueCapability.he.get(station = repcap.Station.Default)

Indicates the reported UE HE capabilities.

param station:

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

return:

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