Acon
SCPI Command :
[SENSe][:LTE]:UL:DEMod:ACON
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoDemodType[source]
# [SENSe][:LTE]:UL:DEMod:ACON value: enums.AutoDemodType = driver.applications.k10Xlte.sense.lte.uplink.demod.acon.get()
Selects the method of automatic demodulation.
- Returns:
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: AutoDemodType) None[source]
# [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.
- Parameters:
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.