Banalyze
SCPI Command :
[SENSe]:DEMod:FORMat:BANalyze
- Commands in total: 15Subgroups: 4Direct child commands: 1
- get() str[source]
# [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 method
RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.auto.typePy.set().
- set(format_py: str) None[source]
# [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 method
RsFsw.applications.k91Wlan.sense.demod.formatPy.banalyze.btype.auto.typePy.set().
Cloning the Group
# Create a copy of the original group, that exists independently
banalyze_copy = driver.applications.k91Wlan.sense.demod.formatPy.banalyze.clone()
Subgroups