Laa

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CEINdex
Commands in total: 9
Subgroups: 1
Direct child commands: 1
get_ce_index() EutraCcIndexS[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CEINdex
value: enums.EutraCcIndexS = driver.source.bb.eutra.downlink.laa.get_ce_index()

Selects the LAA SCell for that the LAA is configured.

Returns:

cell_index: SC1 | SC2 | SC3 | SC4 | NONE

set_ce_index(cell_index: EutraCcIndexS) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:LAA:CEINdex
driver.source.bb.eutra.downlink.laa.set_ce_index(cell_index = enums.EutraCcIndexS.NONE)

Selects the LAA SCell for that the LAA is configured.

Parameters:

cell_index – SC1 | SC2 | SC3 | SC4 | NONE

Cloning the Group

# Create a copy of the original group, that exists independently
laa_copy = driver.source.bb.eutra.downlink.laa.clone()

Subgroups