Equal

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:SYMBols:EQUal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DEMod:FORMat:BANalyze:SYMBols:EQUal
value: bool = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.equal.get()

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: If enabled, only PPDUs with a specific number of symbols are considered for measurement analysis. If disabled, only PPDUs whose length is within a specified range are considered. The number of symbols is specified by the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.min.set() command. A range of data symbols is defined as a minimum and maximum number of symbols the payload may contain (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.max.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.min.set() ) .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:DEMod:FORMat:BANalyze:SYMBols:EQUal
driver.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.equal.set(state = False)

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: If enabled, only PPDUs with a specific number of symbols are considered for measurement analysis. If disabled, only PPDUs whose length is within a specified range are considered. The number of symbols is specified by the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.min.set() command. A range of data symbols is defined as a minimum and maximum number of symbols the payload may contain (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.max.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.min.set() ) .

Parameters:

state – ON | OFF | 1 | 0