Equal

SCPI Command :

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

For IEEE 802.11b and g (DSSS) signals only: If enabled, only PPDUs with a specific duration are considered for measurement analysis. If disabled, only PPDUs whose duration is within a specified range are considered. The duration is specified by the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.min.set() command. A duration range is defined as a minimum and maximum duration the PPDU may have (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.max.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.min.set() ) .

Returns:

state: ON | OFF | 1 | 0

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

For IEEE 802.11b and g (DSSS) signals only: If enabled, only PPDUs with a specific duration are considered for measurement analysis. If disabled, only PPDUs whose duration is within a specified range are considered. The duration is specified by the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.min.set() command. A duration range is defined as a minimum and maximum duration the PPDU may have (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.max.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.min.set() ) .

Parameters:

state – ON | OFF | 1 | 0