PropertyPy

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:NETWork:PROPerty:CLDTime
CONFigure:EVDO:SIGNaling<Instance>:NETWork:PROPerty:FPACtivity
CONFigure:EVDO:SIGNaling<Instance>:NETWork:PROPerty:IRAT
class PropertyPy[source]

PropertyPy commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_cld_time()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:PROPerty:CLDTime
value: float or bool = driver.configure.network.propertyPy.get_cld_time()

Defines the time in s after which a connection is considered to be lost.

return

cld_time: Range: 2 s to 6 s, Unit: s Additional OFF/ON disables/enables the call loss detect timer

get_fpactivity()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:PROPerty:FPACtivity
value: int = driver.configure.network.propertyPy.get_fpactivity()

Defines the percentage of forward packets that the R&S CMW directs to the AT under test.

return

activity: Range: 0 % to 100 %, Unit: %

get_irat()bool[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:PROPerty:IRAT
value: bool = driver.configure.network.propertyPy.get_irat()

Flag for inter-RAT operability.

return

inter_rat: OFF | ON

set_cld_time(cld_time: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:PROPerty:CLDTime
driver.configure.network.propertyPy.set_cld_time(cld_time = 1.0)

Defines the time in s after which a connection is considered to be lost.

param cld_time

Range: 2 s to 6 s, Unit: s Additional OFF/ON disables/enables the call loss detect timer

set_fpactivity(activity: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:PROPerty:FPACtivity
driver.configure.network.propertyPy.set_fpactivity(activity = 1)

Defines the percentage of forward packets that the R&S CMW directs to the AT under test.

param activity

Range: 0 % to 100 %, Unit: %

set_irat(inter_rat: bool)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:NETWork:PROPerty:IRAT
driver.configure.network.propertyPy.set_irat(inter_rat = False)

Flag for inter-RAT operability.

param inter_rat

OFF | ON