Cell

SCPI Command :

DELete:SIGNaling:LTE:CELL
class CellCls[source]

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

delete(cell_name: str) None[source]
# SCPI: DELete:SIGNaling:LTE:CELL
driver.signaling.lte.cell.delete(cell_name = 'abc')

Deletes an LTE or NR cell.

param cell_name:

No help available

Cloning the Group

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

Subgroups