Topology

SCPI Command :

CATalog:SIGNaling:TOPology:PLMN
class TopologyCls[source]

Topology commands group definition. 6 total commands, 2 Subgroups, 1 group commands

get_plmn() List[str][source]
# SCPI: CATalog:SIGNaling:TOPology:PLMN
value: List[str] = driver.catalog.signaling.topology.get_plmn()

Queries a list of all created PLMNs.

return:

name_plmn: Comma-separated list of PLMN names, one string per PLMN.

Cloning the Group

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

Subgroups