State

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:SYMBols:LENGth:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [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 [SENSe:]DEMod:FORMat:BANalyze:SYMBols:LENGth) . If disabled, all PPDU data symbols after the ‘Analysis Interval Offset’ are evaluated.

return

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

set(state: bool) None[source]
# SCPI: [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 [SENSe:]DEMod:FORMat:BANalyze:SYMBols:LENGth) . If disabled, all PPDU data symbols after the ‘Analysis Interval Offset’ are evaluated.

param state

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