Text<Text>

RepCap Settings

# Range: T3324 .. T3412
rc = driver.configure.cell.timeout.text.repcap_text_get()
driver.configure.cell.timeout.text.repcap_text_set(repcap.Text.T3324)

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:TOUT:TEXT<nr>
class TextCls[source]

Text commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Text, default value after init: Text.T3324

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

Configures an extended value for timer T3412. The information element supports the values 1 to 31 combined with the units 2 s, 30 s, 1 min, 10 min, 1 h, 10 h and 320 h. This command configures the timer value in seconds. So there are subranges with different increments.

param text:

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

return:

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

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

Configures an extended value for timer T3412. The information element supports the values 1 to 31 combined with the units 2 s, 30 s, 1 min, 10 min, 1 h, 10 h and 320 h. This command configures the timer value in seconds. So there are subranges with different increments.

param value:

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

param text:

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

Cloning the Group

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