MwDuration

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:SCHedule:MWDuration
class MwDurationCls[source]

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

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

Specifies the minimum wake duration for the specified scheduled period.

param flow_id:

integer

return:

min_wake_duration: numeric Range: 0 ms to 100 ms

set(flow_id: int, min_wake_duration: float) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:SCHedule:MWDuration
driver.configure.connection.btwt.schedule.mwDuration.set(flow_id = 1, min_wake_duration = 1.0)

Specifies the minimum wake duration for the specified scheduled period.

param flow_id:

integer

param min_wake_duration:

numeric Range: 0 ms to 100 ms