T

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:TOUT:T<nr>
class TCls[source]

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

get(text=Text.T3324) int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:TOUT:T<nr>
value: int or bool = driver.configure.cell.timeout.t.get(text = repcap.Text.T3324)


    INTRO_CMD_HELP: Configures one of the following timers:

    - T3402, attach/TAU reattempts
    - T3412, periodic tracking area updates

The information elements support the values 1 to 31 combined with the units 2 seconds, 1 minute and 6 minutes. This command configures the timer value in seconds. So there are three subranges with different increments.

param text:

optional repeated capability selector. Default value: T3324

return:

value: (integer or boolean) numeric | ON | OFF Range: 2 s to 11160 s ON | OFF enables or disables the timer.

set(value: int, text=Text.T3324) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:TOUT:T<nr>
driver.configure.cell.timeout.t.set(value = 1, text = repcap.Text.T3324)


    INTRO_CMD_HELP: Configures one of the following timers:

    - T3402, attach/TAU reattempts
    - T3412, periodic tracking area updates

The information elements support the values 1 to 31 combined with the units 2 seconds, 1 minute and 6 minutes. This command configures the timer value in seconds. So there are three subranges with different increments.

param value:

(integer or boolean) numeric | ON | OFF Range: 2 s to 11160 s ON | OFF enables or disables the timer.

param text:

optional repeated capability selector. Default value: T3324