Mode

SCPI Command :

[SENSe]:DEMod:FORMat:NSTSindex:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PpduSelectMode[source]
# [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.

Returns:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.nstsIndex.set() are analyzed DEMod The ‘Nsts’ index specified by method RsFsw.applications.k91Wlan.sense.demod.formatPy.nstsIndex.set() is used for all PPDUs.

set(mode: PpduSelectMode) None[source]
# [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.

Parameters:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.nstsIndex.set() are analyzed DEMod The ‘Nsts’ index specified by method RsFsw.applications.k91Wlan.sense.demod.formatPy.nstsIndex.set() is used for all PPDUs.