Offset

SCPI Command :

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

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: Specifies the number of data symbols from the start of each PPDU that are to be skipped before symbols take part in analysis.

Returns:

num_data_symbols: integer Range: 0 to 10000

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

For IEEE 802.11a, ac, g (OFDM) , j, n, p signals only: Specifies the number of data symbols from the start of each PPDU that are to be skipped before symbols take part in analysis.

Parameters:

num_data_symbols – integer Range: 0 to 10000