Ftype

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:SCHedule:FTYPe
class FtypeCls[source]

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

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

Specifies the broadcast TWT flow type for the specified schedule period.

param flow_id:

integer

return:

flow_type: ANNounced | UNANnounced

set(flow_id: int, flow_type: FlowType) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:CONNection:BTWT:SCHedule:FTYPe
driver.configure.connection.btwt.schedule.ftype.set(flow_id = 1, flow_type = enums.FlowType.ANNounced)

Specifies the broadcast TWT flow type for the specified schedule period.

param flow_id:

integer

param flow_type:

ANNounced | UNANnounced