Ca
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:CA:STATe
- Commands in total: 16Subgroups: 1Direct child commands: 1
- get_state() bool[source]
# [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.
- Returns:
ca_global_state: 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
ca_copy = driver.source.bb.v5G.downlink.ca.clone()
Subgroups