Info

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

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

  • Timer_3412: float: No effect - for future use.

  • Count_Cells_Lte: int: Number of associated LTE cells.

  • Count_Cells_Nr: int: Number of associated NR cells.

  • List_Of_Cells_Lte: int: 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: int: 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_eps: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:EPS:INFO
value: GetStruct = driver.configure.signaling.topology.eps.info.get(name_ta_eps = 'abc')

Queries basic information about an EPS tracking area.

param name_ta_eps:

No help available

return:

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