FgsFallback

SCPI Command :

[CONFigure]:SIGNaling:TOPology:PLMN:FGSFallback
class FgsFallbackCls[source]

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

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

Selects whether the 5G AMF behind NR cells has an N26 interface to a 4G MME.

param name_plmn:

No help available

return:

n_26_support: No help available

set(name_plmn: str, n_26_support: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:PLMN:FGSFallback
driver.configure.signaling.topology.plmn.fgsFallback.set(name_plmn = 'abc', n_26_support = False)

Selects whether the 5G AMF behind NR cells has an N26 interface to a 4G MME.

param name_plmn:

No help available

param n_26_support:

No help available