Fgs

SCPI Command :

[CONFigure]:SIGNaling:FGS:TMODe
class FgsCls[source]

Fgs commands group definition. 27 total commands, 6 Subgroups, 1 group commands

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

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

return:

enable: No help available

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

Selects whether an ‘ACTIVATE TEST MODE’ message is sent to the UE during registration in a 5GS 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.fgs.clone()

Subgroups