Timeout

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CELL:TOUT:OSYNch
class TimeoutCls[source]

Timeout commands group definition. 3 total commands, 2 Subgroups, 1 group commands

get_osynch() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:TOUT:OSYNch
value: int = driver.configure.cell.timeout.get_osynch()

Specifies the time after which the instrument, having waited for a signal from the connected UE, releases the connection.

return:

value: numeric Range: 1 s to 50 s, Unit: s

set_osynch(value: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CELL:TOUT:OSYNch
driver.configure.cell.timeout.set_osynch(value = 1)

Specifies the time after which the instrument, having waited for a signal from the connected UE, releases the connection.

param value:

numeric Range: 1 s to 50 s, Unit: s

Cloning the Group

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

Subgroups