Length

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.state.set() command is set to false, this command specifies the number of PPDU data symbols after the Analysis Interval Offset (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.offset.set() ) which are to be analyzed. If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.state.set() command is set to true, then this command has no effect.

Returns:

num_data_symbols: Range: 0 to 10000

set(num_data_symbols: float) None[source]
# [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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.state.set() command is set to false, this command specifies the number of PPDU data symbols after the Analysis Interval Offset (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.offset.set() ) which are to be analyzed. If the method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.state.set() command is set to true, then this command has no effect.

Parameters:

num_data_symbols – Range: 0 to 10000

Cloning the Group

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

Subgroups