Offset

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze:SYMBols:OFFSet
class OffsetCls[source]

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

get() float[source]
# SCPI: [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.

return

num_data_symbols: integer Range: 0 to 10000

set(num_data_symbols: float) None[source]
# SCPI: [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.

param num_data_symbols

integer Range: 0 to 10000