Plmn

SCPI Command :

CREate:SIGNaling:TOPology:PLMN
class PlmnCls[source]

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

set(name_plmn: str, mcc: str = None, mnc: str = None) None[source]
# SCPI: CREate:SIGNaling:TOPology:PLMN
driver.create.signaling.topology.plmn.set(name_plmn = 'abc', mcc = 'abc', mnc = 'abc')

Creates a PLMN and optionally defines the MCC and MNC of the PLMN. 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_plmn:

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

param mcc:

No help available

param mnc:

No help available