Info

SCPI Command :

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

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

class GetStruct[source]

Response structure. Fields:

  • Mcc: str: No parameter help available

  • Mnc: str: No parameter help available

  • Count_Ta_Eps: int: Number of associated EPS tracking areas.

  • Count_Ta_5_G: int: Number of associated 5GS tracking areas.

  • List_Name_Ta_Eps: str: Comma-separated list of strings, one string per EPS tracking area (name of the EPS TA) . If there are no EPS TAs, an empty string is returned.

  • List_Name_5_G: str: Comma-separated list of strings, one string per 5GS tracking area (name of the 5GS TA) . If there are no 5GS TAs, an empty string is returned.

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

Queries basic information about a PLMN.

param name_plmn:

No help available

return:

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