CaMode

SCPI Command :

[SENSe]:NR5G:DEMod:CAMode
class CaModeCls[source]

CaMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.AutoManualMode[source]
# SCPI: [SENSe]:NR5G:DEMod:CAMode
value: enums.AutoManualMode = driver.applications.k14Xnr5G.sense.nr5G.demod.caMode.get()

Selects the CORESET analysis mode.

return

mode: AUTO Automatic demodulation of the PDCCH. MANual Demodulation based on the PDCCH configuration.

set(mode: RsFsw.enums.AutoManualMode) None[source]
# SCPI: [SENSe]:NR5G:DEMod:CAMode
driver.applications.k14Xnr5G.sense.nr5G.demod.caMode.set(mode = enums.AutoManualMode.AUTO)

Selects the CORESET analysis mode.

param mode

AUTO Automatic demodulation of the PDCCH. MANual Demodulation based on the PDCCH configuration.