T<Tnum>

RepCap Settings

# Range: Nr300 .. Nr319
rc = driver.configure.signaling.topology.eps.timer.t.repcap_tnum_get()
driver.configure.signaling.topology.eps.timer.t.repcap_tnum_set(repcap.Tnum.Nr300)

SCPI Command :

[CONFigure]:SIGNaling:TOPology:EPS:TIMer:T<no>
class TCls[source]

T commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: Tnum, default value after init: Tnum.Nr300

class GetStruct[source]

Response structure. Fields:

  • Factor: int: The timer value is calculated as Factor * Unit.

  • Unit: enums.TimerUnitB: S2: unit 2 seconds M1: unit 1 minute M6: unit 6 minutes DEACtivated: timer deactivated

get(name_ta_eps: str, tnum=Tnum.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:EPS:TIMer:T<no>
value: GetStruct = driver.configure.signaling.topology.eps.timer.t.get(name_ta_eps = 'abc', tnum = repcap.Tnum.Default)

Configures the timer T3412 (periodic EPS tracking area update) .

param name_ta_eps:

Name of EPS tracking area

param tnum:

optional repeated capability selector. Default value: Nr300 (settable in the interface ‘T’)

return:

structure: for return value, see the help for GetStruct structure arguments.

set(name_ta_eps: str, factor: int, unit: TimerUnitB = None, tnum=Tnum.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:TOPology:EPS:TIMer:T<no>
driver.configure.signaling.topology.eps.timer.t.set(name_ta_eps = 'abc', factor = 1, unit = enums.TimerUnitB.DEACtivated, tnum = repcap.Tnum.Default)

Configures the timer T3412 (periodic EPS tracking area update) .

param name_ta_eps:

Name of EPS tracking area

param factor:

The timer value is calculated as Factor * Unit.

param unit:

S2: unit 2 seconds M1: unit 1 minute M6: unit 6 minutes DEACtivated: timer deactivated

param tnum:

optional repeated capability selector. Default value: Nr300 (settable in the interface ‘T’)

Cloning the Group

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

Subgroups