CaMode
SCPI Command :
[SENSe]:NR5G:DEMod:CAMode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() AutoManualMode[source]
# [SENSe]:NR5G:DEMod:CAMode value: enums.AutoManualMode = driver.applications.k14Xnr5G.sense.nr5G.demod.caMode.get()
Selects the CORESET analysis mode.
- Returns:
mode: AUTO Automatic demodulation of the PDCCH. MANual Demodulation based on the PDCCH configuration.
- set(mode: AutoManualMode) None[source]
# [SENSe]:NR5G:DEMod:CAMode driver.applications.k14Xnr5G.sense.nr5G.demod.caMode.set(mode = enums.AutoManualMode.AUTO)
Selects the CORESET analysis mode.
- Parameters:
mode – AUTO Automatic demodulation of the PDCCH. MANual Demodulation based on the PDCCH configuration.