Fgs

SCPI Command :

CATalog:SIGNaling:TOPology:FGS
class FgsCls[source]

Fgs commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get(name_plmn: str = None) List[str][source]
# SCPI: CATalog:SIGNaling:TOPology:FGS
value: List[str] = driver.catalog.signaling.topology.fgs.get(name_plmn = 'abc')

Queries a list of all 5GS tracking areas. You can restrict the query to a selected PLMN.

param name_plmn:

No help available

return:

name_ta_5_g: Comma-separated list of tracking area names, one string per tracking area.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.catalog.signaling.topology.fgs.clone()

Subgroups