Uinfo<User>

RepCap Settings

# Range: Nr1 .. Nr144
rc = driver.wlanMeas.multiEval.ofdma.uinfo.repcap_user_get()
driver.wlanMeas.multiEval.ofdma.uinfo.repcap_user_set(repcap.User.Nr1)

SCPI Command :

FETCh:WLAN:MEASurement<instance>:MEValuation:OFDMa:UINFo<user>
class UinfoCls[source]

Uinfo commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: User, default value after init: User.Nr1

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Ru_Count: int: Index of RUs of all sizes (users with STA-ID 2046 are included) .

  • Ru_Index: int: Index of the RUs only with the used size RUSize

  • Ru_26_Index: int: Index based on RU26

  • Ru_Size: int: RU size allocated by the user

  • Mcs: int: Modulation and coding scheme

  • Dcm: int: The value of DCM field

  • Sta_Id: int: The value of the STA-ID field

  • No_Of_Sts: int: The value of NSTS field

  • Tx_Bf: int: The value of TxBF field

  • Coding: enums.CodingType: Coding type

fetch(user=User.Default) FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:OFDMa:UINFo<user>
value: FetchStruct = driver.wlanMeas.multiEval.ofdma.uinfo.fetch(user = repcap.User.Default)

Queries OFDMA user-specific information signaled in a HE signal field.

param user:

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

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.wlanMeas.multiEval.ofdma.uinfo.clone()