Btype

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:BTYPe
class BtypeCls[source]

Btype commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() str[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze:BTYPe
value: str = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.get()

This remote control command specifies the type of PPDU to be analyzed. Only PPDUs of the specified type take part in measurement analysis.

return

ppdu_type: ‘LONG’ Only long (DSSS) PLCP PPDUs are analyzed. Available for IEEE 802.11b, g. ‘SHORT’ Only short (DSSS) PLCP PPDUs are analyzed. Available for IEEE 802.11b, g. ‘OFDM’ Only OFDM PPDUs are analyzed. Available for IEEE 802.11g. ‘MM20’ IEEE 802.11n, Mixed Mode, 20 MHz sample rate Note that this setting is maintained for compatibility reasons only. Use the specified commands for new remote control programs (see [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE and [SENSe:]BANDwidth:CHANnel:AUTO:TYPE) . For new programs use: [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE MMIX [SENSe:]BANDwidth:CHANnel:AUTO:TYPE MB20 ‘GFM20’ IEEE 802.11n Green Field Mode, 20 MHz sample rate Note that this setting is maintained for compatibility reasons only. Use the specified commands for new remote control programs (see [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE and [SENSe:]BANDwidth:CHANnel:AUTO:TYPE) . For new programs use: [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE MGRF [SENSe:]BANDwidth:CHANnel:AUTO:TYPE MB20

set(ppdu_type: str) None[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze:BTYPe
driver.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.set(ppdu_type = 'abc')

This remote control command specifies the type of PPDU to be analyzed. Only PPDUs of the specified type take part in measurement analysis.

param ppdu_type

‘LONG’ Only long (DSSS) PLCP PPDUs are analyzed. Available for IEEE 802.11b, g. ‘SHORT’ Only short (DSSS) PLCP PPDUs are analyzed. Available for IEEE 802.11b, g. ‘OFDM’ Only OFDM PPDUs are analyzed. Available for IEEE 802.11g. ‘MM20’ IEEE 802.11n, Mixed Mode, 20 MHz sample rate Note that this setting is maintained for compatibility reasons only. Use the specified commands for new remote control programs (see [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE and [SENSe:]BANDwidth:CHANnel:AUTO:TYPE) . For new programs use: [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE MMIX [SENSe:]BANDwidth:CHANnel:AUTO:TYPE MB20 ‘GFM20’ IEEE 802.11n Green Field Mode, 20 MHz sample rate Note that this setting is maintained for compatibility reasons only. Use the specified commands for new remote control programs (see [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE and [SENSe:]BANDwidth:CHANnel:AUTO:TYPE) . For new programs use: [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE MGRF [SENSe:]BANDwidth:CHANnel:AUTO:TYPE MB20

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.clone()

Subgroups