Ca

SCPI Command :

[SOURce<HW>]:BB:V5G:UL:CA:STATe
Commands in total: 6
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:V5G:UL:CA:STATe
value: bool = driver.source.bb.v5G.uplink.ca.get_state()

Enables/disables the generation of several component carriers.

Returns:

ulca_glob_state: 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
ca_copy = driver.source.bb.v5G.uplink.ca.clone()

Subgroups