Lte

SCPI Commands :

CATalog:SIGNaling:LTE:CELL
CATalog:SIGNaling:LTE:CGRoup
class LteCls[source]

Lte commands group definition. 6 total commands, 3 Subgroups, 2 group commands

get_cell() List[str][source]
# SCPI: CATalog:SIGNaling:LTE:CELL
value: List[str] = driver.catalog.signaling.lte.get_cell()

Queries a list of all LTE or NR cells.

return:

cell_name: Comma-separated list of cell names, one string per cell.

get_cgroup() List[str][source]
# SCPI: CATalog:SIGNaling:LTE:CGRoup
value: List[str] = driver.catalog.signaling.lte.get_cgroup()

Queries a list of all LTE or NR cell groups.

return:

cell_group_name: Comma-separated list of cell group names, one string per cell group.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.catalog.signaling.lte.clone()

Subgroups