Session

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:SESSion:ISTimeout
CONFigure:EVDO:SIGNaling<Instance>:LAYer:SESSion:SNINcluded
class Session[source]

Session commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_is_timeout()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:SESSion:ISTimeout
value: int = driver.configure.layer.session.get_is_timeout()

Specifies the time after which the AT, if it does not detect any traffic from the R&S CMW directed to it, closes the session.

return

is_timeout: Range: 0 min to 65.535E+3 min

get_sn_included()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:SESSion:SNINcluded
value: bool = driver.configure.layer.session.get_sn_included()

Specifies whether the ATISubnetMask field and the UATI104 field are included in the UATI assignment message.

return

sn_included: OFF | ON

set_is_timeout(is_timeout: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:SESSion:ISTimeout
driver.configure.layer.session.set_is_timeout(is_timeout = 1)

Specifies the time after which the AT, if it does not detect any traffic from the R&S CMW directed to it, closes the session.

param is_timeout

Range: 0 min to 65.535E+3 min

set_sn_included(sn_included: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:SESSion:SNINcluded
driver.configure.layer.session.set_sn_included(sn_included = False)

Specifies whether the ATISubnetMask field and the UATI104 field are included in the UATI assignment message.

param sn_included

OFF | ON