Ca

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CA:STATe
Commands in total: 16
Subgroups: 1
Direct child commands: 1
get_state() bool[source]
# [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.

Returns:

ca_global_state: 1 | ON | 0| OFF

set_state(ca_global_state: bool) None[source]
# [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.

Parameters:

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.eutra.downlink.ca.clone()

Subgroups