DcChannel

SCPI Command :

[SOURce<HW>]:BB:C2K:PPARameter:TCHannel:DCCHannel:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:C2K:PPARameter:TCHannel:DCCHannel:[STATe]
value: bool = driver.source.bb.c2K.pparameter.tchannel.dcChannel.get_state()

Activates/deactivates the dedicated control channel. F-DCCH cannot be selected for RC1 and RC2. The setting takes effect only after execution of command method RsSmw.source.bb.c2K.pparameter.execute.set() . It is specific for the selected radio configuration.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:BB:C2K:PPARameter:TCHannel:DCCHannel:[STATe]
driver.source.bb.c2K.pparameter.tchannel.dcChannel.set_state(state = False)

Activates/deactivates the dedicated control channel. F-DCCH cannot be selected for RC1 and RC2. The setting takes effect only after execution of command method RsSmw.source.bb.c2K.pparameter.execute.set() . It is specific for the selected radio configuration.

Parameters:

state – 1 | ON | 0| OFF