T<Timer>

RepCap Settings

# Range: T313 .. T3312
rc = driver.configure.cell.timeout.t.repcap_timer_get()
driver.configure.cell.timeout.t.repcap_timer_set(repcap.Timer.T313)

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:TOUT:T<Timer>
class T[source]

T commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: Timer, default value after init: Timer.T313

get(timer=<Timer.Default: -1>)int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:TOUT:T<nr>
value: int = driver.configure.cell.timeout.t.get(timer = repcap.Timer.Default)

Set the timeout value for timer T3212 and T3312.

param timer

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

return

value: Range: 0 to 255, Unit: 6 minutes for T3212, 2 seconds for T3312

set(value: int, timer=<Timer.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:TOUT:T<nr>
driver.configure.cell.timeout.t.set(value = 1, timer = repcap.Timer.Default)

Set the timeout value for timer T3212 and T3312.

param value

Range: 0 to 255, Unit: 6 minutes for T3212, 2 seconds for T3312

param timer

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.cell.timeout.t.clone()