Drx

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CBS:DRX:ENABle
CONFigure:WCDMa:SIGNaling<Instance>:CBS:DRX:PERiod
CONFigure:WCDMa:SIGNaling<Instance>:CBS:DRX:LENGth
CONFigure:WCDMa:SIGNaling<Instance>:CBS:DRX:OFFSet
CONFigure:WCDMa:SIGNaling<Instance>:CBS:DRX:FEMPty
class Drx[source]

Drx commands group definition. 5 total commands, 0 Sub-groups, 5 group commands

get_enable()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:ENABle
value: bool = driver.configure.cbs.drx.get_enable()

Enables DRX for CBS.

return

enable: OFF | ON

get_fempty()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:FEMPty
value: bool = driver.configure.cbs.drx.get_fempty()

Specifies the handling of unused CTCH TTIs allocated for CBS.

return

enable: OFF | ON OFF: no action for unused CTCH ON: fill unused CTCH with scheduling message

get_length()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:LENGth
value: int = driver.configure.cbs.drx.get_length()

Specifies the length of DRX (L) that the UE can use for the processing of particular CB message. P denotes the period of scheduling message, see method RsCmwWcdmaSig.Configure.Cbs.Drx.period. Define value matching with the position of the specific CB message within the CBS scheduling period.

return

length_of_period: Range: 1 TTI to P-1 TTIs, Unit: TTI

get_offset()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:OFFSet
value: int = driver.configure.cbs.drx.get_offset()

Offset (O) within period of scheduling message (P) . This offset is used for the transmission of a scheduling message. See also: method RsCmwWcdmaSig.Configure.Cbs.Drx.period.

return

offset: Range: 1 TTI to P-1 TTIs, Unit: TTI

get_period()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:PERiod
value: int or bool = driver.configure.cbs.drx.get_period()

Specifies the periodicity of DRX the UE can use for the processing of the CB message.

return

period: Duration of period (P) Range: 1 to 256, Unit: TTIs Additional OFF | ON disables | enables the DRX period

set_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:ENABle
driver.configure.cbs.drx.set_enable(enable = False)

Enables DRX for CBS.

param enable

OFF | ON

set_fempty(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:FEMPty
driver.configure.cbs.drx.set_fempty(enable = False)

Specifies the handling of unused CTCH TTIs allocated for CBS.

param enable

OFF | ON OFF: no action for unused CTCH ON: fill unused CTCH with scheduling message

set_length(length_of_period: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:LENGth
driver.configure.cbs.drx.set_length(length_of_period = 1)

Specifies the length of DRX (L) that the UE can use for the processing of particular CB message. P denotes the period of scheduling message, see method RsCmwWcdmaSig.Configure.Cbs.Drx.period. Define value matching with the position of the specific CB message within the CBS scheduling period.

param length_of_period

Range: 1 TTI to P-1 TTIs, Unit: TTI

set_offset(offset: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:OFFSet
driver.configure.cbs.drx.set_offset(offset = 1)

Offset (O) within period of scheduling message (P) . This offset is used for the transmission of a scheduling message. See also: method RsCmwWcdmaSig.Configure.Cbs.Drx.period.

param offset

Range: 1 TTI to P-1 TTIs, Unit: TTI

set_period(period: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CBS:DRX:PERiod
driver.configure.cbs.drx.set_period(period = 1)

Specifies the periodicity of DRX the UE can use for the processing of the CB message.

param period

Duration of period (P) Range: 1 to 256, Unit: TTIs Additional OFF | ON disables | enables the DRX period