Ca
SCPI Command :
[SOURce<HW>]:BB:V5G: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:V5G:DL:CA:STATe value: bool = driver.source.bb.v5G.downlink.ca.get_state()
Enables/disables the generation of several component carriers.
- return
ca_global_state: 1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.v5G.downlink.ca.clone()
Subgroups