TsrControl

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:TSRControl
class TsrControlCls[source]

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

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

Specifies the value Target RSSI Control for adjustment to the Target_RSSI. This parameter is only relevant in manual mode for target RSSI calculation.

param station:

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

return:

pwr_db: integer Range: -40 dB to 0 dB

set(pwr_db: int, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:TSRControl
driver.configure.sta.connection.hetf.tsrControl.set(pwr_db = 1, station = repcap.Station.Default)

Specifies the value Target RSSI Control for adjustment to the Target_RSSI. This parameter is only relevant in manual mode for target RSSI calculation.

param pwr_db:

integer Range: -40 dB to 0 dB

param station:

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