PropertyPy

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:PNOFfset
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:CLDTime
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:PRTimeout
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LTOFfset
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:DLSavings
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LATitude
CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LONGitude
class PropertyPy[source]

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

class LatitudeStruct[source]

Structure for reading output parameters. Fields:

  • Direction: enums.DirectionVertical: NORTh | SOUTh

  • Degrees: float: Range: 0 to 90

  • Minutes: float: Range: 0 to 59

  • Seconds: float: Range: 0 to 59.75

class LongitudeStruct[source]

Structure for reading output parameters. Fields:

  • Direction: enums.DirectionHorizontal: EAST | WEST

  • Degrees: float: Range: 0 to 90

  • Minutes: float: Range: 0 to 59

  • Seconds: float: Range: 0 to 59.75

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

Sets the value of the fade timer to detect when a call is lost or dropped.

return

cld_time: Range: 1 s to 5 s, Unit: s Additional parameters: OFF | ON (disables | enables the timer)

get_dl_savings()bool[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:DLSavings
value: bool = driver.configure.network.propertyPy.get_dl_savings()

No command help available

return

daylight_savings: No help available

get_latitude()LatitudeStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LATitude
value: LatitudeStruct = driver.configure.network.propertyPy.get_latitude()

Gets/sets the latitude (BASE_LATS parameter) of the base station, specified by its direction (north or south) and an angle between 0 degrees and 90 degrees with 0.25 seconds granularity.

return

structure: for return value, see the help for LatitudeStruct structure arguments.

get_longitude()LongitudeStruct[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LONGitude
value: LongitudeStruct = driver.configure.network.propertyPy.get_longitude()

Gets/sets the longitude (BASE_LONGS parameter) of the base station, specified by its direction (west or east) and an angle between 0 degrees and 180 degrees with 0.25 seconds granularity.

return

structure: for return value, see the help for LongitudeStruct structure arguments.

get_lt_offset()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LTOFfset
value: int = driver.configure.network.propertyPy.get_lt_offset()

Specifies the local time offset from CDMA system time. It ranged from 0 to +63, which represents a range from –16:00 … +15:30 hours in 30 minute increments. See also GUI description, ‘Local Time Offset’.

return

local_time_offset: Range: 0 to 63

get_pn_offset()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:PNOFfset
value: int = driver.configure.network.propertyPy.get_pn_offset()

Sets the offset of the PN sequence. Changing the PN offset changes the timing of the pilot channel, the timing and contents of the sync channel message, and the long code mask of the paging channel.

return

pn_offset: Range: 0 to 511

get_pr_timeout()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:PRTimeout
value: int = driver.configure.network.propertyPy.get_pr_timeout()

Sets the timeout value of the page timer to define the maximum time the R&S CMW attempts to page the MS.

return

pr_timeout: Range: 5 to 15 , Unit: seconds

set_cld_time(cld_time: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:CLDTime
driver.configure.network.propertyPy.set_cld_time(cld_time = 1)

Sets the value of the fade timer to detect when a call is lost or dropped.

param cld_time

Range: 1 s to 5 s, Unit: s Additional parameters: OFF | ON (disables | enables the timer)

set_dl_savings(daylight_savings: bool)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:DLSavings
driver.configure.network.propertyPy.set_dl_savings(daylight_savings = False)

No command help available

param daylight_savings

No help available

set_latitude(value: RsCmwCdma2kSig.Implementations.Configure_.Network_.PropertyPy.PropertyPy.LatitudeStruct)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LATitude
driver.configure.network.propertyPy.set_latitude(value = LatitudeStruct())

Gets/sets the latitude (BASE_LATS parameter) of the base station, specified by its direction (north or south) and an angle between 0 degrees and 90 degrees with 0.25 seconds granularity.

param value

see the help for LatitudeStruct structure arguments.

set_longitude(value: RsCmwCdma2kSig.Implementations.Configure_.Network_.PropertyPy.PropertyPy.LongitudeStruct)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LONGitude
driver.configure.network.propertyPy.set_longitude(value = LongitudeStruct())

Gets/sets the longitude (BASE_LONGS parameter) of the base station, specified by its direction (west or east) and an angle between 0 degrees and 180 degrees with 0.25 seconds granularity.

param value

see the help for LongitudeStruct structure arguments.

set_lt_offset(local_time_offset: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:LTOFfset
driver.configure.network.propertyPy.set_lt_offset(local_time_offset = 1)

Specifies the local time offset from CDMA system time. It ranged from 0 to +63, which represents a range from –16:00 … +15:30 hours in 30 minute increments. See also GUI description, ‘Local Time Offset’.

param local_time_offset

Range: 0 to 63

set_pn_offset(pn_offset: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:PNOFfset
driver.configure.network.propertyPy.set_pn_offset(pn_offset = 1)

Sets the offset of the PN sequence. Changing the PN offset changes the timing of the pilot channel, the timing and contents of the sync channel message, and the long code mask of the paging channel.

param pn_offset

Range: 0 to 511

set_pr_timeout(pr_timeout: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:PROPerty:PRTimeout
driver.configure.network.propertyPy.set_pr_timeout(pr_timeout = 1)

Sets the timeout value of the page timer to define the maximum time the R&S CMW attempts to page the MS.

param pr_timeout

Range: 5 to 15 , Unit: seconds