Cell

SCPI Command :

CATalog:SIGNaling:NRADio:CELL
class CellCls[source]

Cell commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() List[str][source]
# SCPI: CATalog:SIGNaling:NRADio:CELL
value: List[str] = driver.catalog.signaling.nradio.cell.get_value()

Queries a list of all LTE or NR cells.

return:

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

Cloning the Group

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

Subgroups