Banalyze

SCPI Command :

[SENSe]:DEMod:FORMat:BANalyze
class BanalyzeCls[source]

Banalyze commands group definition. 15 total commands, 4 Subgroups, 1 group commands

get() str[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze
value: str = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.get()

Specifies which PSDUs are to be analyzed depending on their modulation. Only PSDUs using the selected modulation are considered in result analysis. Note: to analyze all PPDUs that are identical to the first detected PPDU (corresponds to ‘Auto, same type as first PPDU’) , use the command: SENS:DEMO:FORM:BANA:BTYP:AUTO:TYPE FBUR. To analyze all PPDUs regardless of their format and modulation (corresponds to ‘Auto, individually for each PPDU’) , use the command: SENS:DEMO:FORM:BANA:BTYP:AUTO:TYPE ALL. To analyze all PPDUs using the same modulation (corresponds to ‘Demod all as…’, use the command: SENS:DEMO:FORM:BANA:BTYP:AUTO:TYPE … See [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE.

return

format_py: No help available

set(format_py: str) None[source]
# SCPI: [SENSe]:DEMod:FORMat:BANalyze
driver.applications.k91Wlan.sense.demod.formatPy.banalyze.set(format_py = 'abc')

Specifies which PSDUs are to be analyzed depending on their modulation. Only PSDUs using the selected modulation are considered in result analysis. Note: to analyze all PPDUs that are identical to the first detected PPDU (corresponds to ‘Auto, same type as first PPDU’) , use the command: SENS:DEMO:FORM:BANA:BTYP:AUTO:TYPE FBUR. To analyze all PPDUs regardless of their format and modulation (corresponds to ‘Auto, individually for each PPDU’) , use the command: SENS:DEMO:FORM:BANA:BTYP:AUTO:TYPE ALL. To analyze all PPDUs using the same modulation (corresponds to ‘Demod all as…’, use the command: SENS:DEMO:FORM:BANA:BTYP:AUTO:TYPE … See [SENSe:]DEMod:FORMat:BANalyze:BTYPe:AUTO:TYPE.

param format_py

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.clone()

Subgroups