Max

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:DBYTes:MAX
class MaxCls[source]

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

get() float[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze:DBYTes:MAX
value: float = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.dbytes.max.get()

If the [SENSe:]DEMod:FORMat:BANalyze:DBYTes:EQUal command is set to false, this command specifies the maximum number of data bytes allowed for a PPDU to take part in measurement analysis. If the [SENSe:]DEMod:FORMat:BANalyze:DBYTes:EQUal command is set to true, then this command has no effect.

return

num_data_bytes: Unit: bytes

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

If the [SENSe:]DEMod:FORMat:BANalyze:DBYTes:EQUal command is set to false, this command specifies the maximum number of data bytes allowed for a PPDU to take part in measurement analysis. If the [SENSe:]DEMod:FORMat:BANalyze:DBYTes:EQUal command is set to true, then this command has no effect.

param num_data_bytes

Unit: bytes