Fchannel
SCPI Command :
[SOURce<HW>]:BB:C2K:PPARameter:TCHannel:FCHannel:[STATe]
- class FchannelCls[source]
Fchannel commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:TCHannel:FCHannel:[STATe] value: bool = driver.source.bb.c2K.pparameter.tchannel.fchannel.get_state()
Activates/deactivates the fundamental channel. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute. It is specific for the selected radio configuration.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:PPARameter:TCHannel:FCHannel:[STATe] driver.source.bb.c2K.pparameter.tchannel.fchannel.set_state(state = False)
Activates/deactivates the fundamental channel. The setting takes effect only after execution of command [:SOURce<hw>]:BB:C2K:PPARameter:EXECute. It is specific for the selected radio configuration.
- param state
1| ON| 0| OFF