Cell

SCPI Command :

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

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

set(cell_name: str, physical_cell_id: int = None) None[source]
# SCPI: CREate:SIGNaling:NRADio:CELL
driver.create.signaling.nradio.cell.set(cell_name = 'abc', physical_cell_id = 1)

The command creates a physical NR 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 physical_cell_id:

No help available