Acon
SCPI Command :
[SENSe][:LTE]:UL:DEMod:ACON
- class AconCls[source]
Acon commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.AutoDemodType [source]
# SCPI: [SENSe][:LTE]:UL:DEMod:ACON value: enums.AutoDemodType = driver.applications.k10Xlte.sense.lte.uplink.demod.acon.get()
Selects the method of automatic demodulation.
- return
type_py: ALL Automatically detects and demodulates the PUSCH and SRS. OFF Automatic demodulation is off. SCON Automatically detects and demodulates the values available in the subframe configuration table.
- set(type_py: RsFsw.enums.AutoDemodType) None [source]
# SCPI: [SENSe][:LTE]:UL:DEMod:ACON driver.applications.k10Xlte.sense.lte.uplink.demod.acon.set(type_py = enums.AutoDemodType.ALL)
Selects the method of automatic demodulation.
- param type_py
ALL Automatically detects and demodulates the PUSCH and SRS. OFF Automatic demodulation is off. SCON Automatically detects and demodulates the values available in the subframe configuration table.