Auto
SCPI Command :
[SENSe]:DEMod:FORMat[:BCONtent]:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe]:DEMod:FORMat[:BCONtent]:AUTO value: bool = driver.applications.k91Wlan.sense.demod.formatPy.bcontent.auto.get()
Determines whether the PPDUs to be analyzed are determined automatically or by the user.
- return
state: ON | 1 The signal field, i.e. the PLCP header field, of the first recognized PPDU is analyzed to determine the details of the PPDU. All PPDUs identical to the first recognized PPDU are analyzed. OFF | 0 Only PPDUs that match the user-defined PPDU type and modulation are considered in results analysis (see [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE and [SENSe:]DEMod:FORMat:BANalyze) .
- set(state: bool) None [source]
# SCPI: [SENSe]:DEMod:FORMat[:BCONtent]:AUTO driver.applications.k91Wlan.sense.demod.formatPy.bcontent.auto.set(state = False)
Determines whether the PPDUs to be analyzed are determined automatically or by the user.
- param state
ON | 1 The signal field, i.e. the PLCP header field, of the first recognized PPDU is analyzed to determine the details of the PPDU. All PPDUs identical to the first recognized PPDU are analyzed. OFF | 0 Only PPDUs that match the user-defined PPDU type and modulation are considered in results analysis (see [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE and [SENSe:]DEMod:FORMat:BANalyze) .