Ca
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:STATe
- class CaCls[source]
Ca commands group definition. 16 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:STATe value: bool = driver.source.bb.eutra.downlink.ca.get_state()
Enables/disables the generation of several component carriers.
- return
ca_global_state: 1| ON| 0| OFF
- set_state(ca_global_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:CA:STATe driver.source.bb.eutra.downlink.ca.set_state(ca_global_state = False)
Enables/disables the generation of several component carriers.
- param ca_global_state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.eutra.downlink.ca.clone()
Subgroups