Enable

SCPI Command :

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

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

get(flow_id: int) bool[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:SCHedule:ENABle
value: bool = driver.configure.connection.btwt.schedule.enable.get(flow_id = 1)

Enables/ disables particular schedule period.

param flow_id:

integer

return:

enable: OFF | ON

set(flow_id: int, enable: bool) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:SCHedule:ENABle
driver.configure.connection.btwt.schedule.enable.set(flow_id = 1, enable = False)

Enables/ disables particular schedule period.

param flow_id:

integer

param enable:

OFF | ON