TypePy

SCPI Command :

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

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

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

This remote control command specifies which PPDUs are analyzed according to STBC streams (for IEEE 802.11n, ac standards only) .

return

ppdu_type: FBURst | ALL | M0 | M1 | M2 | D0 | D1 | D2 FBURst The STBC of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same STBC (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual STBC (corresponds to ‘Auto, individually for each PPDU’) M0 | M1 | M2 Measure only if STBC field = 0 | 1 | 2 For details see ‘STBC Field’ D0 | D1 | D2 Demod all as STBC field = 0 | 1 | 2 For details see ‘STBC Field’

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

This remote control command specifies which PPDUs are analyzed according to STBC streams (for IEEE 802.11n, ac standards only) .

param ppdu_type

FBURst | ALL | M0 | M1 | M2 | D0 | D1 | D2 FBURst The STBC of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same STBC (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual STBC (corresponds to ‘Auto, individually for each PPDU’) M0 | M1 | M2 Measure only if STBC field = 0 | 1 | 2 For details see ‘STBC Field’ D0 | D1 | D2 Demod all as STBC field = 0 | 1 | 2 For details see ‘STBC Field’