Fgs

SCPI Command :

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

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

set(name_ta_5_g: str, name_plmn: str, ta_code: int = None) None[source]
# SCPI: CREate:SIGNaling:TOPology:FGS
driver.create.signaling.topology.fgs.set(name_ta_5_g = 'abc', name_plmn = 'abc', ta_code = 1)

Creates a 5GS tracking area in a selected PLMN and optionally defines the TAC. Assign a unique name to each named object within the test environment. Assigning an already used name can be rejected with an error message, even if the other object has not the same type as the new object.

param name_ta_5_g:

Assigns a name to the tracking area. The string is used in other commands to select this tracking area.

param name_plmn:

PLMN containing the tracking area.

param ta_code:

Tracking area code (TAC) .

Cloning the Group

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

Subgroups