Mode

SCPI Command :

[SENSe]:DEMod:FORMat:NSTSindex: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:NSTSindex:MODE
value: enums.PpduSelectMode = driver.applications.k91Wlan.sense.demod.formatPy.nstsIndex.mode.get()

Defines the PPDUs taking part in the analysis depending on their Nsts. Is only available for the IEEE 802.11 ac standard.

return

mode: FBURst | ALL | MEASure | DEMod FBURst The Nsts of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same Nsts (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual Nsts (corresponds to ‘Auto, individually for each PPDU’) MEASure Only PPDUs with the Nsts specified by [SENSe:]DEMod:FORMat:NSTSindex are analyzed DEMod The ‘Nsts’ index specified by [SENSe:]DEMod:FORMat:NSTSindexis used for all PPDUs.

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

Defines the PPDUs taking part in the analysis depending on their Nsts. Is only available for the IEEE 802.11 ac standard.

param mode

FBURst | ALL | MEASure | DEMod FBURst The Nsts of the first PPDU is detected and subsequent PPDUs are analyzed only if they have the same Nsts (corresponds to ‘Auto, same type as first PPDU’) ALL All recognized PPDUs are analyzed according to their individual Nsts (corresponds to ‘Auto, individually for each PPDU’) MEASure Only PPDUs with the Nsts specified by [SENSe:]DEMod:FORMat:NSTSindex are analyzed DEMod The ‘Nsts’ index specified by [SENSe:]DEMod:FORMat:NSTSindexis used for all PPDUs.