EpsFallback

SCPI Command :

[CONFigure]:SIGNaling:TOPology:PLMN:EPSFallback
class EpsFallbackCls[source]

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

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

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

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:EPSFallback
driver.configure.signaling.topology.plmn.epsFallback.set(name_plmn = 'abc', n_26_support = False)

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

param name_plmn:

No help available

param n_26_support:

No help available