Auto

SCPI Command :

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

Returns:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.auto.typePy.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.set() ) .

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

Parameters:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.auto.typePy.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.set() ) .