DaChannels
SCPI Command :
[SENSe][:LTE]:DL:DEMod:DACHannels
- class DaChannelsCls[source]
DaChannels commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [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.
- param state
ON | OFF | 1 | 0