DaChannels

SCPI Command :

[SENSe][:LTE]:DL:DEMod:DACHannels
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe][:LTE]:DL:DEMod:DACHannels
value: bool = driver.applications.k10Xlte.sense.lte.downlink.demod.daChannels.get()

Turns the decoding of all control channels on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe][:LTE]:DL:DEMod:DACHannels
driver.applications.k10Xlte.sense.lte.downlink.demod.daChannels.set(state = False)

Turns the decoding of all control channels on and off.

Parameters:

state – ON | OFF | 1 | 0