Trssi

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:TRSSi
class TrssiCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Int_Value: int: decimal Target_RSSI index 0 to 90: map to -110 dBm to -20 dBm 91-126: reserved 127: station is commanded to transmit at maximum power for the assigned MCS Range: 0 to 127

  • Dbm_Value: int: decimal Target_RSSI value Range: -110 dBm to -20 dBm

get(station=Station.Default) GetStruct[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:TRSSi
value: GetStruct = driver.configure.sta.connection.hetf.trssi.get(station = repcap.Station.Default)

Specifies the expected Rx power of HE TB PPDU transmission as a response to trigger frame.

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.