Btwt

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:ENABle
class BtwtCls[source]

Btwt commands group definition. 6 total commands, 1 Subgroups, 1 group commands

get_enable() bool[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:ENABle
value: bool = driver.configure.connection.btwt.get_enable()

Enables/ disables broadcast target wake time (TWT) operation.

return:

enable: OFF | ON

set_enable(enable: bool) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:ENABle
driver.configure.connection.btwt.set_enable(enable = False)

Enables/ disables broadcast target wake time (TWT) operation.

param enable:

OFF | ON

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.btwt.clone()

Subgroups