TrsMode

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:TRSMode
class TrsModeCls[source]

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

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

Specifies the trigger frame power control mode.

param station:

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

return:

mode: AUTO | MANual | MAXPower AUTO: AP_TX_Power and Target_RSSI calculated automatically MAN: The value Target RSSI Control defines adjustment to the Target_RSSI calculation MAXP: Sets the Target_RSSI to 127, the UE transmits the HE TB PPDU at maximum Tx power

set(mode: TriggerFrmPowerMode, station=Station.Default) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:STA<s>:CONNection:HETF:TRSMode
driver.configure.sta.connection.hetf.trsMode.set(mode = enums.TriggerFrmPowerMode.AUTO, station = repcap.Station.Default)

Specifies the trigger frame power control mode.

param mode:

AUTO | MANual | MAXPower AUTO: AP_TX_Power and Target_RSSI calculated automatically MAN: The value Target RSSI Control defines adjustment to the Target_RSSI calculation MAXP: Sets the Target_RSSI to 127, the UE transmits the HE TB PPDU at maximum Tx power

param station:

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