Scell

SCPI Command :

ADD:SIGNaling:NRADio:CA:SCELl
class ScellCls[source]

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

set(cell_group_name: str, cell_name: List[str], activation: List[bool] = None, ul_enable: List[UlEnable] = None) None[source]
# SCPI: ADD:SIGNaling:NRADio:CA:SCELl
driver.add.signaling.nradio.ca.scell.set(cell_group_name = 'abc', cell_name = ['abc1', 'abc2', 'abc3'], activation = [True, False, True], ul_enable = [UlEnable.OFF, UlEnable.SRS])

Adds one or more existing NR cells to an existing cell group, with the role SCell.

param cell_group_name:

No help available

param cell_name:

No help available

param activation:

ON: automatic MAC activation (default) OFF: manual MAC activation via separate command

param ul_enable:

OFF: The SCell has no uplink. ON: The SCell has an uplink with PUSCH. SRS: PUSCH-less SCell with SRS, for SRS carrier switching.