Uinfo<User>

RepCap Settings

# Range: Nr1 .. Nr144
rc = driver.multiEval.ofdma.uinfo.repcap_user_get()
driver.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: decimal ‘Reliability indicator’

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

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

  • Ru_26_Index: int: decimal Index based on RU26

  • Ru_Size: int: decimal RU size allocated by the user

  • Mcs: int: decimal Modulation and coding scheme

  • Dcm: int: decimal The value of DCM field

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

  • No_Of_Sts: int: decimal The value of NSTS field

  • Tx_Bf: int: decimal The value of TxBF field

  • Coding: enums.CodingType: BCC | LDPC Coding type

fetch(user=User.Default) FetchStruct[source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:OFDMa:UINFo<user>
value: FetchStruct = driver.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.multiEval.ofdma.uinfo.clone()