Mode

SCPI Command :

[SENSe]:DEMod:FORMat:MCSindex:MODE
class ModeCls[source]

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

get() RsFsw.enums.PpduSelectMode[source]
# SCPI: [SENSe]:DEMod:FORMat:MCSindex:MODE
value: enums.PpduSelectMode = driver.applications.k91Wlan.sense.demod.formatPy.mcsIndex.mode.get()

Defines the PPDUs taking part in the analysis depending on their Modulation and Coding Scheme (MCS) index (for IEEE 802. 11n, ac standards only) .

return

mode: FBURst | ALL | MEASure | DEMod FBURst The MCS index of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same MCS index (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual MCS indexes (corresponds to ‘Auto, individually for each PPDU’) MEASure Only PPDUs with an MCS index which matches that specified by [SENSe:]DEMod:FORMat:MCSindex are analyzed DEMod All PPDUs will be analyzed according to the MCS index specified by [SENSe:]DEMod:FORMat:MCSindex.

set(mode: RsFsw.enums.PpduSelectMode) None[source]
# SCPI: [SENSe]:DEMod:FORMat:MCSindex:MODE
driver.applications.k91Wlan.sense.demod.formatPy.mcsIndex.mode.set(mode = enums.PpduSelectMode.ALL)

Defines the PPDUs taking part in the analysis depending on their Modulation and Coding Scheme (MCS) index (for IEEE 802. 11n, ac standards only) .

param mode

FBURst | ALL | MEASure | DEMod FBURst The MCS index of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same MCS index (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual MCS indexes (corresponds to ‘Auto, individually for each PPDU’) MEASure Only PPDUs with an MCS index which matches that specified by [SENSe:]DEMod:FORMat:MCSindex are analyzed DEMod All PPDUs will be analyzed according to the MCS index specified by [SENSe:]DEMod:FORMat:MCSindex.