State

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe
value: bool = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.state.get()

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: If enabled, the number of PPDU data symbols after the ‘Analysis Interval Offset’ which are to be analyzed can be specified (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.set() ) . If disabled, all PPDU data symbols after the ‘Analysis Interval Offset’ are evaluated.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# [SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe
driver.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.state.set(state = False)

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: If enabled, the number of PPDU data symbols after the ‘Analysis Interval Offset’ which are to be analyzed can be specified (see method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.symbols.length.set() ) . If disabled, all PPDU data symbols after the ‘Analysis Interval Offset’ are evaluated.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on