Ca

SCPI Command :

CATalog:SIGNaling:NRADio:CA
class CaCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Pcell_Name: str: Name of the PCell or PSCell of the cell group.

  • Scell_Name: List[str]: Name of an SCell of the cell group.

get(cell_group_name: str) GetStruct[source]
# SCPI: CATalog:SIGNaling:NRADio:CA
value: GetStruct = driver.catalog.signaling.nradio.ca.get(cell_group_name = 'abc')

Queries a list of all cells contained in a specific LTE or NR cell group. The first returned cell is a primary cell. The other cells are secondary cells: <PCellName>, <SCellName>1, …, <SCellName>n

param cell_group_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.