Max

SCPI Command :

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

For IEEE 802.11b and g (DSSS) signals only: If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.equal.set() command is set to false, this command specifies the maximum number of symbols allowed for a PPDU to take part in measurement analysis. If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.equal.set() command is set to true, then this command has no effect.

Returns:

duration: Unit: us

set(duration: float) None[source]
# [SENSe]:DEMod:FORMat:BANalyze:DURation:MAX
driver.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.max.set(duration = 1.0)

For IEEE 802.11b and g (DSSS) signals only: If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.equal.set() command is set to false, this command specifies the maximum number of symbols allowed for a PPDU to take part in measurement analysis. If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.equal.set() command is set to true, then this command has no effect.

Parameters:

duration – Unit: us