Pdata

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:SCONfig:PDATa:ITIMer
CONFigure:CDMA:SIGNaling<Instance>:SCONfig:PDATa:DTIMer
class Pdata[source]

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

get_dtimer()float[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:PDATa:DTIMer
value: float or bool = driver.configure.sconfig.pdata.get_dtimer()

Sets packet data dormant timer of the MS. If dormant timer expires, IP connection is released.

return

dormant_timer: Range: 0 s to 25.5 s, Unit: s Additional OFF/ON disables / enables the timer

get_itimer()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:PDATa:ITIMer
value: int or bool = driver.configure.sconfig.pdata.get_itimer()

Sets the inactive timer of PPP connection. If the inactive timer expires, R&S CMW terminates the PPP session and releases the dormant timer of the MS (see method RsCmwCdma2kSig.Configure.Sconfig.Pdata.dtimer) .

return

inactive_timer: Range: 5 s to 60 s, Unit: s Additional OFF/ON disables / enables the timer

set_dtimer(dormant_timer: float)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:PDATa:DTIMer
driver.configure.sconfig.pdata.set_dtimer(dormant_timer = 1.0)

Sets packet data dormant timer of the MS. If dormant timer expires, IP connection is released.

param dormant_timer

Range: 0 s to 25.5 s, Unit: s Additional OFF/ON disables / enables the timer

set_itimer(inactive_timer: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:SCONfig:PDATa:ITIMer
driver.configure.sconfig.pdata.set_itimer(inactive_timer = 1)

Sets the inactive timer of PPP connection. If the inactive timer expires, R&S CMW terminates the PPP session and releases the dormant timer of the MS (see method RsCmwCdma2kSig.Configure.Sconfig.Pdata.dtimer) .

param inactive_timer

Range: 5 s to 60 s, Unit: s Additional OFF/ON disables / enables the timer