Info

SCPI Command :

[CONFigure]:SIGNaling:TOPology:FGS:INFO
class InfoCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Ta_Code: str: Tracking area code (TAC) .

  • Count_Cells_Lte: int: Number of associated LTE cells.

  • Count_Cells_Nr: int: Number of associated NR cells.

  • List_Of_Cells_Lte: str: Comma-separated list of strings, one string per LTE cell (name of the cell) . If there are no LTE cells, an empty string is returned.

  • List_Of_Cells_Nr: str: Comma-separated list of strings, one string per NR cell (name of the cell) . If there are no NR cells, an empty string is returned.

get(name_ta_5_g: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:FGS:INFO
value: GetStruct = driver.configure.signaling.topology.fgs.info.get(name_ta_5_g = 'abc')

Queries basic information about a 5GS tracking area.

param name_ta_5_g:

No help available

return:

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