Mode
SCPI Command :
[SENSe]:DEMod:FORMat:MCSindex:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PpduSelectMode[source]
# [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) .
- Returns:
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 method
RsFsw.applications.k91Wlan.sense.demod.formatPy.mcsIndex.set()are analyzed DEMod All PPDUs will be analyzed according to the MCS index specified by methodRsFsw.applications.k91Wlan.sense.demod.formatPy.mcsIndex.set().
- set(mode: PpduSelectMode) None[source]
# [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) .
- Parameters:
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 method
RsFsw.applications.k91Wlan.sense.demod.formatPy.mcsIndex.set()are analyzed DEMod All PPDUs will be analyzed according to the MCS index specified by methodRsFsw.applications.k91Wlan.sense.demod.formatPy.mcsIndex.set().