Min

SCPI Command :

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

For IEEE 802.11b and g (DSSS) signals only: If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.dbytes.equal.set() command is set to true, then this command specifies the exact number of data bytes a PPDU must have to take part in measurement analysis. If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.dbytes.equal.set() command is set to false, this command specifies the minimum number of data bytes required for a PPDU to take part in measurement analysis.

Returns:

num_data_bytes: Unit: bytes

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

For IEEE 802.11b and g (DSSS) signals only: If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.dbytes.equal.set() command is set to true, then this command specifies the exact number of data bytes a PPDU must have to take part in measurement analysis. If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.dbytes.equal.set() command is set to false, this command specifies the minimum number of data bytes required for a PPDU to take part in measurement analysis.

Parameters:

num_data_bytes – Unit: bytes