TypePy

SCPI Command :

CONFigure:WLAN:EXTension:AUTO:TYPE
class TypePyCls[source]

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

get() RsFsw.enums.PpduType[source]
# SCPI: CONFigure:WLAN:EXTension:AUTO:TYPE
value: enums.PpduType = driver.applications.k91Wlan.configure.wlan.extension.auto.typePy.get()

Defines the PPDUs taking part in the analysis according to the Ness (Extension Spatial Streams) field content (for IEEE 802.11n standard only) .

return

ppdu_type: FBURst | ALL | M0 | M1 | M2 | M3 | D0 | D1 | D2 | D3 The first PPDU is analyzed and subsequent PPDUs are analyzed only if they match FBURst The Ness field contents of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same Ness field contents (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual Ness field contents (corresponds to ‘Auto, individually for each PPDU’) M0 | M1 | M2 | M3 Only PPDUs with the specified Ness value are analyzed. D0 | D1 | D2| D3 All PPDUs are analyzed assuming the specified Ness value.

set(ppdu_type: RsFsw.enums.PpduType) None[source]
# SCPI: CONFigure:WLAN:EXTension:AUTO:TYPE
driver.applications.k91Wlan.configure.wlan.extension.auto.typePy.set(ppdu_type = enums.PpduType.ALL)

Defines the PPDUs taking part in the analysis according to the Ness (Extension Spatial Streams) field content (for IEEE 802.11n standard only) .

param ppdu_type

FBURst | ALL | M0 | M1 | M2 | M3 | D0 | D1 | D2 | D3 The first PPDU is analyzed and subsequent PPDUs are analyzed only if they match FBURst The Ness field contents of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same Ness field contents (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual Ness field contents (corresponds to ‘Auto, individually for each PPDU’) M0 | M1 | M2 | M3 Only PPDUs with the specified Ness value are analyzed. D0 | D1 | D2| D3 All PPDUs are analyzed assuming the specified Ness value.