UphInfo

SCPI Command :

SENSe:WLAN:SIGNaling<instance>:STA<s>:HETBinfo:UPHinfo
class UphInfoCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Burst_Power: float: float Indication of HE TB burst power. Range: -999 dBm to 999 dBm

  • Uph: int: decimal Indication of UL power headroom. Range: 0 dB to 31 dB

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

get(station=Station.Default) GetStruct[source]
# SCPI: SENSe:WLAN:SIGNaling<instance>:STA<s>:HETBinfo:UPHinfo
value: GetStruct = driver.sense.sta.hetbInfo.uphInfo.get(station = repcap.Station.Default)

Queries actual information related to uplink power headroom (UPH) control.

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.