Laa

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:LAA:CEINdex
class LaaCls[source]

Laa commands group definition. 9 total commands, 1 Subgroups, 1 group commands

get_ce_index() RsSmbv.enums.EutraCcIndexS[source]
# SCPI: [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.

return

cell_index: SC1| SC2| SC3| SC4| NONE

set_ce_index(cell_index: RsSmbv.enums.EutraCcIndexS) None[source]
# SCPI: [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.

param cell_index

SC1| SC2| SC3| SC4| NONE

Cloning the Group

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

Subgroups