Stime

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:SCHedule:STIMe
class StimeCls[source]

Stime 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:STIMe
value: float = driver.configure.connection.btwt.schedule.stime.get(flow_id = 1)

Specifies the offset of the specified schedule period from beacon.

param flow_id:

integer

return:

start_time: numeric Range: 0 ms to 100 ms

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

Specifies the offset of the specified schedule period from beacon.

param flow_id:

integer

param start_time:

numeric Range: 0 ms to 100 ms