AbsReport

SCPI Command :

SENSe:WLAN:SIGNaling<instance>:STA<s>:UESinfo:ABSReport
class AbsReportCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Total: int: decimal Maximum of all reports received in preceding interval Range: 0 KB to 4.145152E+6 KB, Unit: kB

  • Buffered_Data_Tid: int: decimal Maximum of all QoS control reports Range: 0 KB to 4.145152E+6 KB, Unit: kB

  • Tidx: enums.Tid: TID0 | TID1 | TID2 | TID3 | TID4 | TID5 | TID6 | TID7 Indication of TID, for which the buffer status BufferedData_TID is reported

  • Buffered_Data_Ac: int: decimal Maximum AC-specific queue size of all AC control reports Range: 0 KB to 4.145152E+6 KB, Unit: kB

  • Acx: enums.AccessCategory: ACBE | ACBK | ACVI | ACVO Indication of access category (ACI bitmap subfield) for which the buffer status BufferedData_AC is reported ACBE: AC_BE (best effort) ACBK: AC_BK (background) ACVI: AC_VI (video) ACVO: AC_VO (voice)

get(station=Station.Default) GetStruct[source]
# SCPI: SENSe:WLAN:SIGNaling<instance>:STA<s>:UESinfo:ABSReport
value: GetStruct = driver.sense.sta.uesInfo.absReport.get(station = repcap.Station.Default)

Indicates reported buffered data for a UE supporting a HE buffer status report (BSR) control field.

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.