TpControl

SCPI Commands :

CONFigure:WLAN:SIGNaling<instance>:CONNection:TPControl:PWConstraint
CONFigure:WLAN:SIGNaling<instance>:CONNection:TPControl:REGulatory
class TpControlCls[source]

TpControl commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_pw_constraint() int[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:TPControl:PWConstraint
value: int = driver.configure.connection.tpControl.get_pw_constraint()

Reduces the maximum power of the AP beyond the regulatory limits.

return:

power: numeric Range: 0 dB to 255 dB

get_regulatory() TpControl[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:TPControl:REGulatory
value: enums.TpControl = driver.configure.connection.tpControl.get_regulatory()

Sets one of different AP types with different power constraints in 6 GHz band.

return:

type_py: INDoor | STANdard | VERYlowpow | INENabled | INSTdpower IND: Indoor AP STAN: Standard power AP VERY: Very low power AP INEN: Indoor enabled AP INST: Indoor standard power AP

set_pw_constraint(power: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:TPControl:PWConstraint
driver.configure.connection.tpControl.set_pw_constraint(power = 1)

Reduces the maximum power of the AP beyond the regulatory limits.

param power:

numeric Range: 0 dB to 255 dB

set_regulatory(type_py: TpControl) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:TPControl:REGulatory
driver.configure.connection.tpControl.set_regulatory(type_py = enums.TpControl.INDoor)

Sets one of different AP types with different power constraints in 6 GHz band.

param type_py:

INDoor | STANdard | VERYlowpow | INENabled | INSTdpower IND: Indoor AP STAN: Standard power AP VERY: Very low power AP INEN: Indoor enabled AP INST: Indoor standard power AP