Min

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:DURation:MIN
class MinCls[source]

Min commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze:DURation:MIN
value: float = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.duration.min.get()

For IEEE 802.11b and g (DSSS) signals only: If the [SENSe:]DEMod:FORMat:BANalyze:DURation:EQUal command is set to true then this command specifies the exact duration required for a PPDU to take part in measurement analysis. If the [SENSe:]DEMod:FORMat:BANalyze:DURation:EQUal command is set to false this command specifies the minimum duration required for a PPDU to take part in measurement analysis.

return

duration: Unit: us

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

For IEEE 802.11b and g (DSSS) signals only: If the [SENSe:]DEMod:FORMat:BANalyze:DURation:EQUal command is set to true then this command specifies the exact duration required for a PPDU to take part in measurement analysis. If the [SENSe:]DEMod:FORMat:BANalyze:DURation:EQUal command is set to false this command specifies the minimum duration required for a PPDU to take part in measurement analysis.

param duration

Unit: us