SigSymbol

SCPI Command :

[SENSe]:DEMod:FORMat:SIGSymbol
class SigSymbolCls[source]

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

get() bool[source]
# SCPI: [SENSe]:DEMod:FORMat:SIGSymbol
value: bool = driver.applications.k91Wlan.sense.demod.formatPy.sigSymbol.get()

Activates and deactivates signal symbol field decoding. For IEEE 802.11b this command can only be queried as the decoding of the signal field is always performed for this standard.

return

state: OFF | 0 Deactivates signal symbol field decoding. All PPDUs are assumed to have the specified PPDU format / PSDU modulation, regardless of the actual format or modulation. ON | 1 If activated, the signal symbol field of the PPDU is analyzed to determine the details of the PPDU. Only PPDUs which match the PPDU type/ PSDU modulation defined by [SENSe:]DEMod:FORMat:BANalyze and [SENSe:]DEMod:FORMat:BANalyze:BTYPe are considered in results analysis.

set(state: bool) None[source]
# SCPI: [SENSe]:DEMod:FORMat:SIGSymbol
driver.applications.k91Wlan.sense.demod.formatPy.sigSymbol.set(state = False)

Activates and deactivates signal symbol field decoding. For IEEE 802.11b this command can only be queried as the decoding of the signal field is always performed for this standard.

param state

OFF | 0 Deactivates signal symbol field decoding. All PPDUs are assumed to have the specified PPDU format / PSDU modulation, regardless of the actual format or modulation. ON | 1 If activated, the signal symbol field of the PPDU is analyzed to determine the details of the PPDU. Only PPDUs which match the PPDU type/ PSDU modulation defined by [SENSe:]DEMod:FORMat:BANalyze and [SENSe:]DEMod:FORMat:BANalyze:BTYPe are considered in results analysis.