Cell

SCPI Command :

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

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

set(cell_name: str, preferred_netw: PreferredNetw = None, physical_cell_id: float = None) None[source]
# SCPI: CREate:SIGNaling:LTE:CELL
driver.create.signaling.lte.cell.set(cell_name = 'abc', preferred_netw = enums.PreferredNetw.AUTO, physical_cell_id = 1.0)

Creates a physical LTE cell (a cell that can be switched on) . Assign a unique name to each named object within the test environment. Assigning an already used name can be rejected with an error message, even if the other object has not the same type as the new object.

param cell_name:

Assigns a name to the cell. The string is used in other commands to select this cell.

param preferred_netw:

No help available

param physical_cell_id:

No help available