SigSymbol

SCPI Command :

[SENSe]:DEMod:FORMat:SIGSymbol
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [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.

Returns:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.set() are considered in results analysis.

set(state: bool) None[source]
# [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.

Parameters:

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 method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.set() and method RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.set() are considered in results analysis.