Length

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth
class LengthCls[source]

Length commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth
value: float = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.get()

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: If the [SENSe:]DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe command is set to false, this command specifies the number of PPDU data symbols after the Analysis Interval Offset (see [SENSe:]DEMod:FORMat:BANalyze:SYMBols:OFFSet) which are to be analyzed. If the [SENSe:]DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe command is set to true, then this command has no effect.

return

num_data_symbols: Range: 0 to 10000

set(num_data_symbols: float) None[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth
driver.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.set(num_data_symbols = 1.0)

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: If the [SENSe:]DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe command is set to false, this command specifies the number of PPDU data symbols after the Analysis Interval Offset (see [SENSe:]DEMod:FORMat:BANalyze:SYMBols:OFFSet) which are to be analyzed. If the [SENSe:]DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe command is set to true, then this command has no effect.

param num_data_symbols

Range: 0 to 10000

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.clone()

Subgroups