Eps

SCPI Command :

[CONFigure]:SIGNaling:EPS:TMODe
class EpsCls[source]

Eps commands group definition. 22 total commands, 5 Subgroups, 1 group commands

get_tmode() bool[source]
# SCPI: [CONFigure]:SIGNaling:EPS:TMODe
value: bool = driver.configure.signaling.eps.get_tmode()

Selects whether an ‘ACTIVATE TEST MODE’ message is sent to the UE during registration in an EPS tracking area, or not. Configure this setting before registration.

return:

enable: No help available

set_tmode(enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:EPS:TMODe
driver.configure.signaling.eps.set_tmode(enable = False)

Selects whether an ‘ACTIVATE TEST MODE’ message is sent to the UE during registration in an EPS tracking area, or not. Configure this setting before registration.

param enable:

No help available

Cloning the Group

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

Subgroups