Cycle

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:DDRX:CYCLe:APATtern
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:DDRX:CYCLe:ITHReshold
class Cycle[source]

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

get_apattern()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:CYCLe:APATtern
value: int = driver.configure.cell.cpc.ddrx.cycle.get_apattern()

Reception pattern, to inform UE how often to monitor HS-SCCH, see ‘Continuous Packet Connectivity (CPC) ‘.

return

pattern: Only the following values are allowed (in subframes) : 4 | 5 | 8 | 10 | 16 | 20 If you enter another value, the nearest allowed value is set instead. Range: 4 Subframe to 20 Subframe

get_ithreshold()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:CYCLe:ITHReshold
value: int = driver.configure.cell.cpc.ddrx.cycle.get_ithreshold()

Number of subframes after downlink activity where UE has to continuously monitor HS-SCCH, see ‘Continuous Packet Connectivity (CPC) ‘.

return

threshold: Only the following values are allowed (in subframes) : 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 If you enter another value, the nearest allowed value is set instead. Range: 0 Subframe to 512 Subframe

set_apattern(pattern: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:CYCLe:APATtern
driver.configure.cell.cpc.ddrx.cycle.set_apattern(pattern = 1)

Reception pattern, to inform UE how often to monitor HS-SCCH, see ‘Continuous Packet Connectivity (CPC) ‘.

param pattern

Only the following values are allowed (in subframes) : 4 | 5 | 8 | 10 | 16 | 20 If you enter another value, the nearest allowed value is set instead. Range: 4 Subframe to 20 Subframe

set_ithreshold(threshold: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:CYCLe:ITHReshold
driver.configure.cell.cpc.ddrx.cycle.set_ithreshold(threshold = 1)

Number of subframes after downlink activity where UE has to continuously monitor HS-SCCH, see ‘Continuous Packet Connectivity (CPC) ‘.

param threshold

Only the following values are allowed (in subframes) : 0 | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 If you enter another value, the nearest allowed value is set instead. Range: 0 Subframe to 512 Subframe