UphInfo

SCPI Command :

FETCh:WLAN:SIGNaling<instance>:HETBased:UPHinfo
class UphInfoCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Burst_Power: List[float]: float Measured burst power in uplink Range: -999 dBm to 999 dBm, Unit: dBm

  • Uph: List[int]: decimal UL power headroom Range: 0 dB to 31 dB, Unit: dB

  • Min_Tx_Power_Flag: List[bool]: OFF | ON Indication whether the HE TB bursts are sent at the minimum transmit power of the station

  • Lst: List[float]: float Rx timestamp from physical layer

fetch() FetchStruct[source]
# SCPI: FETCh:WLAN:SIGNaling<instance>:HETBased:UPHinfo
value: FetchStruct = driver.hetBased.uphInfo.fetch()

Queries the results of the signaling HE TB list mode measurements on UL power headroom (UPH) . The result groups are listed in a sequence as {<BurstPower>, <UPH>, <MinTXPowerFlag>, <LST>}frame_1, …, {<BurstPower>, <UPH>, <MinTXPowerFlag>, <LST>}frame_n. The number of results n is set via method RsCmwWlanSig.Configure.HetBased.frames

return:

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