HetBased

SCPI Command :

CONFigure:WLAN:SIGNaling<instance>:HETBased:FRAMes
class HetBasedCls[source]

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

get_frames() int[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:HETBased:FRAMes
value: int = driver.configure.hetBased.get_frames()

Sets the number of frames for HE TB list mode measurements. This setting determines the statistic count of the measurement.

return:

no_of_frames: integer Range: 1 to 2000

set_frames(no_of_frames: int) None[source]
# SCPI: CONFigure:WLAN:SIGNaling<instance>:HETBased:FRAMes
driver.configure.hetBased.set_frames(no_of_frames = 1)

Sets the number of frames for HE TB list mode measurements. This setting determines the statistic count of the measurement.

param no_of_frames:

integer Range: 1 to 2000